Sqr
<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > Sqr |
Description
Return the square root of its argument.
Syntax
n = Sqr(numeric_expression)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
numeric_expression |
Number |
No |
Any numeric expression |
Remarks
Restrictions
See also
Examples