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

Math.PI Property


This property holds the number value for pi.

Syntax

Math.PI

Usage

This property holds the value of pi, which is the ratio of the circumference of a circle to its diameter. This value is represented internally as approximately 3.14159265358979323846.

Example

For examples, see Math.atan() Method, Math.atan2() Method, and Math.cos() Method.

Siebel eScript Language Reference