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.
---
modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml')
diff --git a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
index 0929b227d..399ba8ef5 100644
--- a/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
+++ b/modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml
@@ -80,7 +80,7 @@
Return the natural logarithm of the input. Note that this is not the typical base-10 logarithm function calculators use.
- Return [b]e[/b] raised to the power of the input. [b]e[/b] sometimes called "Euler's number" is a mathematical constant whose value is approximately 2.71828.
+ Return the mathematical constant [b]e[/b] raised to the specified power of the input. [b]e[/b] has an approximate value of 2.71828.
Return whether the input is NaN (Not a Number) or not. NaN is usually produced by dividing 0 by 0, though other ways exist.
--
cgit v1.2.3-70-g09d2