You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix typo in sqrt classref
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user