MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 411

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Availability: ActionScript 1.0; Flash Lite 2.0 - In Flash Player 4, the methods and properties
of the Math class are emulated using approximations and might not be as accurate as the non-
emulated math functions that Flash Player 5 supports.
Property summary
Modifiers
Property
static
E:Number
static
LN10:Number
static
LN2:Number
static
LOG10E:Number
static
LOG2E:Number
static
PI:Number
static
SQRT1_2:Number
static
SQRT2:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Description
A mathematical constant for the base of natural
logarithms, expressed as e.
A mathematical constant for the natural logarithm
of 10, expressed as loge10, with an approximate
value of 2.302585092994046.
A mathematical constant for the natural logarithm
of 2, expressed as loge2, with an approximate
value of 0.6931471805599453.
A mathematical constant for the base-10
logarithm of the constant e (Math.E), expressed as
log10e, with an approximate value of
0.4342944819032518.
A mathematical constant for the base-2 logarithm
of the constant e (Math.E), expressed as log2e,
with an approximate value of
1.442695040888963387.
A mathematical constant for the ratio of the
circumference of a circle to its diameter,
expressed as pi, with a value of
3.141592653589793.
A mathematical constant for the square root of
one-half, with an approximate value of
0.7071067811865476.
A mathematical constant for the square root of 2,
with an approximate value of
1.4142135623730951.
property),
__proto__ (Object.__proto__
property),
__resolve
Math
411

Advertisement

Table of Contents
loading

Table of Contents