Sqr Description Function Sqr returns the square of the specified value. FUNCTION Sqr(v : REAL): REAL; def vs.Sqr(v): return REAL Parameters Name Type Description v REAL Value to square. Version Availability: from All Versions Category Math - General