mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
commit
a511a26ad8
@ -763,7 +763,7 @@
|
||||
<argument index="1" name="exp" type="float">
|
||||
</argument>
|
||||
<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]
|
||||
pow(2, 5) # Returns 32.0
|
||||
[/codeblock]
|
||||
|
Loading…
Reference in New Issue
Block a user