Microsoft® JScript
pow Method
Language Reference 

See Also


Description

Returns the value of a base expression taken to a specified power.

Syntax

Math.pow( base, exponent )

Arguments

The pow method syntax has these arguments:

Part Description
base The base value of the expression.
exponent The exponent value of the expression.
Remarks

An example of a numeric expression equal to baseexponent follows:

Math.pow( 10,3 ) returns 1000.


© 1996 by Microsoft Corporation.

Casa de Bender