Siebel eScript Language Reference > Siebel eScript Commands > Math Objects >

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 Copyright © 2007, Oracle. All rights reserved.