|
@@ -1,3 +1,5 @@
|
|
|
|
+:github_url: hide
|
|
|
|
+
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the @GDScript.xml source instead.
|
|
.. DO NOT EDIT THIS FILE, but the @GDScript.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
@@ -1130,7 +1132,7 @@ Returns the square root of ``s``.
|
|
|
|
|
|
- :ref:`int<class_int>` **step_decimals** **(** :ref:`float<class_float>` step **)**
|
|
- :ref:`int<class_int>` **step_decimals** **(** :ref:`float<class_float>` step **)**
|
|
|
|
|
|
-Returns the position of the first non-zero digit, after the decimal point.
|
|
|
|
|
|
+Returns the position of the first non-zero digit, after the decimal point. Note that the maximum return value is 10, which is a design decision in the implementation.
|
|
|
|
|
|
::
|
|
::
|
|
|
|
|