Difference between revisions of "SQRT()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SQRT()=
 
 
 
==Class==
 
Numeric Data
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return square root
 
Function to return square root
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[SIN()]], [[COS()]], [[TAN()]], [[LOG()]], [[INT()]], [[LOG10()]], [[PI()]], [[DTOR()]], [[RTOD()]]
+
[[COS()]], [[DTOR()]], [[INT()]], [[LOG()]], [[LOG10()]], [[PERCENT()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]]
  
  
Line 30: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Numeric Data]]
 +
[[Category:Numeric Data Functions]]

Latest revision as of 17:34, 7 December 2009

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, Recital Server