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

Math.LOG2E Property


This property stores the number value for the base 2 logarithm of e, the base of the natural logarithms.

Syntax

Math.LOG2E

Parameter
Description

Not applicable

 

Usage

The value of the base 2 logarithm of e is represented internally as approximately 1.4426950408889634. The value of Math.LOG2E is approximately the reciprocal of the value of Math.LN2.

See Also

Math.E Property
Math.exp() Method
Math.LN10 Property
Math.LN2 Property
Math.log() Method
Math.LOG10E Property

Siebel eScript Language Reference