sqrt: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<h2 style="color:#000066">'''sqrt ''x'''''</h2> | <h2 style="color:#000066">'''sqrt ''x'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' |
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<h2 style="color:#000066">'''sqrt ''x'''''</h2> | <h2 style="color:#000066">'''sqrt ''x'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' |
back to COMREF
Operand types:
x: Number
Type of returned value:
Description:
Returns square root of x.
Example:
_sq = sqrt 9 ...... Result is 3