Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

...

applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

...

Syntax

...

sqrt(number)

...

Package

...

Alias

...

Pkg Usage

Description

Excerpt
hiddentrue
Returns a positive square root.

Returns a positive square root.

Parameters

...

applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

...

Parameter name

...

Type

...

Required

...

Description

...

number

...

Number

...

Yes

...

Number you want the square root for.

Return Type

Number

Example

Code Block
languagejs
number a =sqrt(16);
print("a= " + a);
number b = sqrt(100);
print("b= " + b);

Prints: a= 4;

b= 10;

See also

array_routines
Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "math_routine" and space = currentSpace ( )
labels
Include Page
SIL:sqrt
SIL:sqrt