Flash Lite 2.x and 3.0 ActionScript Language Reference

LN10 (Math.LN10 property)

public static LN10 : Number

A mathematical constant for the natural logarithm of 10, expressed as loge10, with an approximate value of 2.302585092994046.

Example

This example traces the value of Math.LN10.

trace(Math.LN10);
// output: 2.30258509299405