Futurebasic/Language/Reference/sqr

SQR edit

Syntax edit

squareRoot# = SQR(expr)

Description edit

Returns the square root of expr. SQR always returns a double-precision result.

See Also edit

USR _sqroot