Difference between revisions of "SQRT()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[COS()]], [[DTOR()]], [[INT()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]] | + | [[COS()]], [[DTOR()]], [[INT()]], [[LOG()]], [[LOG10()]], [[PERCENT()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]] |
Revision as of 13:56, 9 June 2009
Class
Numeric Data
Purpose
Function to return square root
Syntax
SQRT(<expN>)
See Also
COS(), DTOR(), INT(), LOG(), LOG10(), PERCENT(), PI(), RTOD(), SIN(), TAN()
Description
The SQRT() function returns the square root of the numeric expression <expN>. SQRT() works only with positive numbers.
Example
? sqrt(9.00) 3.00
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer