Siebel eScript Language Reference > Quick Reference: Methods and Properties in Siebel eScript > Mathematical Methods and Properties in Siebel eScript >

Mathematical Properties in Siebel eScript


Table 23 provides a list of mathematical properties, each of which is a numeric constant.

Table 23. Mathematical Properties in Siebel eScript
Property
Value

Math.E Property

Value of e, the base for natural logarithms

Math.LN10 Property

Value of the natural logarithm of 10

Math.LN2 Property

Value of the natural logarithm of 2

Math.LOG10E Property

Value of the base 10 logarithm of e

Math.LOG2E Property

Value of the base 2 logarithm of e

Math.PI Property

Value of pi

Math.SQRT1_2 Property

Value of the square root of ½

Math.SQRT2 Property

Value of the square root of 2

Siebel eScript Language Reference