Tile - Math - Power – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - Math pow to Ylands:Tile - Math - Power: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Power(Base, Exponent) == | |||
[[File:YlandsTile-113.png]] | |||
<pre>static pow(base: number, exponent: number): number;</pre> | |||
=== Parameters === | |||
==== base ==== | |||
==== exponent ==== | |||
=== Returns === | |||
'''number''' | |||
=== Description === | |||
Returns value of a '''number''' to the '''power''' of '''exponent'''. | |||
Line 8: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Power(Base, Exponent)
static pow(base: number, exponent: number): number;
Parameters
base
exponent
Returns
number
Description
Returns value of a number to the power of exponent.