diff options
| author | Poommetee Ketson <poommetee@protonmail.com> | 2018-04-16 00:17:37 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 00:17:37 +0700 |
| commit | 7b5703bc41460c5c8b955f879190625da85a2a81 (patch) | |
| tree | a43bb27430cab178e8e18a0023849f628f324b05 /modules/visual_script/doc_classes/VisualScriptMathConstant.xml | |
| parent | e44444ea2dfdcc8125caa6708c8d0ca7036d3527 (diff) | |
| parent | b6b8c7b21564672ad5e2e96eb95b857c73404b44 (diff) | |
Merge pull request #18210 from willvincent/feature/exp_doc_fix
Fix/Remove potentially confusing references to Euler
[ci skip]
Diffstat (limited to 'modules/visual_script/doc_classes/VisualScriptMathConstant.xml')
| -rw-r--r-- | modules/visual_script/doc_classes/VisualScriptMathConstant.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml index df439f8794..d456e880b7 100644 --- a/modules/visual_script/doc_classes/VisualScriptMathConstant.xml +++ b/modules/visual_script/doc_classes/VisualScriptMathConstant.xml @@ -4,7 +4,7 @@ Commonly used mathematical constants. </brief_description> <description> - Provides common math constants, such as Pi or Euler's constant, on an output Data port. + Provides common math constants, such as Pi, on an output Data port. [b]Input Ports:[/b] none [b]Output Ports:[/b] @@ -35,7 +35,7 @@ Tau: [code]6.283185[/code] </constant> <constant name="MATH_CONSTANT_E" value="4" enum="MathConstant"> - Natural log: [code]2.718282[/code] + Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code] </constant> <constant name="MATH_CONSTANT_SQRT2" value="5" enum="MathConstant"> Square root of two: [code]1.414214[/code] |