A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/Math/pow below:

pow ยท WebPlatform Docs

pow Summary

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

Syntax
Math.pow( base , exponent )
base
Required. The base value of the expression.
exponent
Required. The exponent value of the expression.
Examples

In the following example, a numeric expression equal to baseexponent returns 1000.

Math.pow( 10,3 ) ;
See also Other articles Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4