Futurebasic/Language/Reference/sqr

From Wikibooks, open books for an open world
Jump to navigation Jump to search

SQR[edit | edit source]

Syntax[edit | edit source]

squareRoot# = SQR(expr)

Description[edit | edit source]

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

See Also[edit | edit source]

USR _sqroot