Difference between revisions of "SQRT()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return square root
 
Function to return square root
 
  
 
==Syntax==
 
==Syntax==
 
SQRT(<expN>)
 
SQRT(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[COS()]], [[DTOR()]], [[INT()]], [[LOG()]], [[LOG10()]], [[PERCENT()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]]
 
[[COS()]], [[DTOR()]], [[INT()]], [[LOG()]], [[LOG10()]], [[PERCENT()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]]
 
  
 
==Description==
 
==Description==
 
The SQRT() function returns the square root of the numeric expression <expN>.  SQRT() works only with positive numbers.
 
The SQRT() function returns the square root of the numeric expression <expN>.  SQRT() works only with positive numbers.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
       3.00
 
       3.00
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 11:06, 12 December 2012

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

Lianja, Lianja Server