diff options
| author | Rémi Verschelde | 2017-09-13 08:49:40 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-09-13 08:53:01 +0200 |
| commit | a4005221f5968e829bdb0e5ec699ed91460b4a2d (patch) | |
| tree | ff95c9f5932216e55f696cfcca91e3d3101a7f89 /doc/classes/@GDScript.xml | |
| parent | 5cb90ad67ed16115b53da4fb0865be612afed2ac (diff) | |
| download | godot-a4005221f5968e829bdb0e5ec699ed91460b4a2d.tar.gz godot-a4005221f5968e829bdb0e5ec699ed91460b4a2d.tar.zst godot-a4005221f5968e829bdb0e5ec699ed91460b4a2d.zip | |
doc: Sync classref with current source
[ci skip]
Diffstat (limited to 'doc/classes/@GDScript.xml')
| -rw-r--r-- | doc/classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index 0eb1247bb..52df939fc 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -903,7 +903,7 @@ <constant name="INF" value="inf" enum=""> A positive infinity. (For negative infinity, use -INF). </constant> - <constant name="NAN" value="-nan(ind)" enum=""> + <constant name="NAN" value="nan" enum=""> Macro constant that expands to an expression of type float that represents a NaN. The NaN values are used to identify undefined or non-representable values for floating-point elements, such as the square root of negative numbers or the result of 0/0. </constant> |
