mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix typo in sqrt classref
This commit is contained in:
parent
ce94b26de7
commit
fc1488ffdb
1 changed files with 1 additions and 1 deletions
|
|
@ -1323,7 +1323,7 @@
|
|||
sqrt(10.24) # Returns 3.2
|
||||
sqrt(-1) # Returns NaN
|
||||
[/codeblock]
|
||||
[b]Note:[/b] Negative values of [param x] return NaN ("Not a Number"). in C#, if you need negative inputs, use [code]System.Numerics.Complex[/code].
|
||||
[b]Note:[/b] Negative values of [param x] return NaN ("Not a Number"). In C#, if you need negative inputs, use [code]System.Numerics.Complex[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="step_decimals">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue