diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-11 15:56:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 15:56:59 +0200 |
| commit | 6107d9e180a51e3c9feb4fe8c818321c292ff86b (patch) | |
| tree | b68193719f071aa98f38bb2cefc182b953b10963 /modules/gdscript/doc_classes/@GDScript.xml | |
| parent | e82a1113abbb72504e9b12a131738bedb40d3a28 (diff) | |
| parent | 09a905ca8066c86951b23023a9e1950f277ae8f4 (diff) | |
Merge pull request #34566 from Heikki00/34541_to_json_precision
Increased String::num default decimal precision
Diffstat (limited to 'modules/gdscript/doc_classes/@GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 9e974b6fdc..58620f2b3e 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -240,10 +240,10 @@ </method> </methods> <constants> - <constant name="PI" value="3.141593"> + <constant name="PI" value="3.14159265358979"> Constant that represents how many times the diameter of a circle fits around its perimeter. This is equivalent to [code]TAU / 2[/code]. </constant> - <constant name="TAU" value="6.283185"> + <constant name="TAU" value="6.28318530717959"> The circle constant, the circumference of the unit circle in radians. </constant> <constant name="INF" value="inf"> |