Microsoft® JScript™
Math Object
 Language Reference 
Version 1 

See Also                    Methods                   Properties


Description
A built-in object that provides basic mathematics functionality and constants.

abs Method
acos Method
asin Method
atan Method
atan2 Method
ceil Method
cos Method
exp Method
floor Method
log Method
max Method
min Method
pow Method
random Method
round Method
sin Method
sqrt Method
tan Method

Syntax
Math[.{property | method}]
Remarks
The Math object cannot be created using the new operator, and gives an error if you attempt to do so. It is created by the scripting engine when the engine is loaded. All of its methods and properties are available to your script at all times.


© 1997 by Microsoft Corporation. All rights reserved.

Comments: