Futurebasic/Language/Reference/sqr

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