Map and Table Calculation

SQRT( ) function

Returns the positive square root of the specified input value a, i.e. Öa.

Syntax

SQRT(Value)

Input

Value is a value
Domain type: any Value domain

Output

SQRT returns: a value
Domain: system domain Value
Value range: >=0

Notes:

Tips:

Usable in

MapCalc, TabCalc, Simple calculators

Examples

Pocket line calculator examples:

? SQRT(2)

returns 1.4142

? SQRT(ABS(-16))

returns 4.0000

MapCalc example:

OutMap = SQRT(InMap)

 

InMap

OutMap

-8 -4 -2
? 0 1
2 4 16
? ? ?
? 0 1
1.414 2 4

TabCalc example:

OutCol = SQRT(InCol)

 

InCol

OutCol

-8

?

-4

?

-2

?

?

?

0

0.000

1

1.000

2

1.414

4

2.000

16

4.000

See also: