From b6b8c7b21564672ad5e2e96eb95b857c73404b44 Mon Sep 17 00:00:00 2001
From: Will Vincent
Date: Sun, 15 Apr 2018 11:40:31 -0500
Subject: Remove incorrect & potentially confusing references to Euler
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion.
e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid.
---
doc/classes/@GDScript.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'doc/classes/@GDScript.xml')
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml
index 07e428faa..acece0551 100644
--- a/doc/classes/@GDScript.xml
+++ b/doc/classes/@GDScript.xml
@@ -326,7 +326,8 @@
- Raises the Euler's constant [b]e[/b] to the power of [code]s[/code] and returns it. [b]e[/b] has an approximate value of 2.71828.
+ The natural exponential function. It raises the mathematical constant [b]e[/b] to the power of [code]s[/code] and returns it.
+ [b]e[/b] has an approximate value of 2.71828.
[codeblock]
a = exp(2) # approximately 7.39
[/codeblock]
--
cgit v1.2.3-70-g09d2