Navigation:  Reference > Functions >

SquareRoot()

Print this Topic Previous pageReturn to chapter overviewNext page

 

SQRT(1)

 

PURPOSE

This function will return the square root of the value specified.

 

PARTS

1 f/c/eRequired - The value to use.  Must be of N type.

 

RETURN TYPE - N

 

EXAMPLE

define x type n size 6 dec 3

x = sqrt(4)

// x = 2.000

 

x = sqrt(99.325)

// x = 9.966

 

 


Page url: http://www.cassoftware.com/tas/manual/squareroot().htm