godot/modules/gdscript/doc_classes
Kaligule a2c81a7455 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
2019-07-29 18:17:52 +02:00
..
@GDScript.xml Add a reference to pow to the description of exp. 2019-07-29 18:17:52 +02:00
GDScript.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
GDScriptFunctionState.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
GDScriptNativeClass.xml doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00