454 Chapter 12: ActionScript Dictionary
Math.LOG10E
Availability
Flash Player 5. In Flash Player 4, the methods and properties of the Math class are emulated using
approximations and may not be as accurate as the non-emulated math functions supported by
Flash Player 5.
Usage
Math.LOG10E
Parameters
None.
Returns
Nothing.
Description
Constant; a mathematical constant for the base-10 logarithm of the constant e (Math.E),
expressed as log
10
e, with an approximate value of 0.43429448190325181667.
Math.max()
Availability
Flash Player 5. In Flash Player 4, the methods and properties of the Math class are emulated using
approximations and may not be as accurate as the non-emulated math functions supported by
Flash Player 5.
Usage
Math.max(x , y)
Parameters
x
A number or expression.
y A number or expression.
Returns
A number.
Description
Method; evaluates x and y and returns the larger value.