godot/modules/gdscript
Kaligule 050c4dab00 Add a reference to pow to the description of exp.
This might be especially usefull since godot script doesn't support ** or ^ as operators, so beginners might search for the exponential function, when what they really need is the pow function.

This is exactly what happened to me and since I couldn't find helpfull information in the documentation I had to look it up online, where I found the answer on a helpfull [reddit thread](https://www.reddit.com/r/godot/comments/3mvwz0/how_do_i_do_exponents_in_godot/).

@akien-mga told me how to reference methods here:
godotengine#30909

(cherry picked from commit a2c81a7455)
2019-11-08 15:48:19 +01:00
..
doc_classes Add a reference to pow to the description of exp. 2019-11-08 15:48:19 +01:00
editor Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
config.py doc: Improve docs for Resource* classes 2019-07-29 16:05:01 +02:00
gdscript.cpp Fix slight issues with autocompletion and member lists in GDScript 2019-09-26 14:48:16 +02:00
gdscript.h Add support for type hints in non-default script editor templates 2019-04-20 20:12:53 +02:00
gdscript_compiler.cpp Fix duplicated lines in GDScript bytecode 2019-03-16 10:42:28 -07:00
gdscript_compiler.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_editor.cpp Fix slight issues with autocompletion and member lists in GDScript 2019-09-26 14:48:16 +02:00
gdscript_function.cpp Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Added smoothstep built-in function 2019-04-20 23:30:56 +02:00
gdscript_functions.h Added smoothstep built-in function 2019-04-20 23:30:56 +02:00
gdscript_parser.cpp GDScript: Fix type resolution not being return in some cases 2019-11-08 15:48:19 +01:00
gdscript_parser.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_tokenizer.cpp Fix -Wimplicit-fallthrough warnings from GCC 8 2019-09-24 09:00:45 +02:00
gdscript_tokenizer.h Fix warnings seen with -Wignored-qualifiers. 2019-02-21 20:24:29 +01:00
register_types.cpp Merge pull request #24883 from akien-mga/resourceformat-unregister 2019-01-10 14:25:09 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00