Pow method doc fix
This commit is contained in:
parent
06314c1b0e
commit
4fd20015f3
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@
|
||||||
<argument index="1" name="exp" type="float">
|
<argument index="1" name="exp" type="float">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the result of [code]x[/code] raised to the power of [code]y[/code].
|
Returns the result of [code]base[/code] raised to the power of [code]exp[/code].
|
||||||
[codeblock]
|
[codeblock]
|
||||||
pow(2, 5) # Returns 32.0
|
pow(2, 5) # Returns 32.0
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
|
|
Loading…
Reference in a new issue