Siebel eScript Language Reference > Siebel eScript Commands > The Math Object >

Math.sqrt() Method


This method returns the square root of its parameter; it returns NaN if x is a negative number or cannot be converted to a number.

Syntax

Math.sqrt()

Parameter
Description

number

A numeric literal or numeric variable

Returns

The square root of number, or NaN if number is negative or cannot be converted to a number.

Usage

This method returns the square root of number, or Nan if number is negative or cannot be converted to a number.

See Also

Math.exp() Method
Math.log() Method
Math.pow() Method

Siebel eScript Language Reference