|
Description |
Sqrt() returns the square root of the number specified. |
|
|
Syntax |
Sqrt(number) |
|
|
Parameters |
number A number, or an expression that evaluates to a number. |
|
|
Return Value |
The square root of the number. |
|
|
Examples |
NatLog(radians)=begin retval = Log(radians + Sqrt(radians * radians + 1)) end |
|
|
Comments |
NA |