mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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.