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

Math.LOG10E Property


The number value for the base 10 logarithm of e, the base of the natural logarithms.

Syntax

Math.LOG10E

Parameter
Description

Not applicable

 

Usage

The value of the base 10 logarithm of e is represented internally as approximately 0.4342944819032518. The value of Math.LOG10E is approximately the reciprocal of the value of Math.LN10.

See Also

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

Siebel eScript Language Reference