godot/modules
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
..
arkit Fix type mismatch in iOS interface orientation checks 2019-07-22 20:31:15 +02:00
assimp SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
bmp Fix BMP loader to distinguish between compression types 2019-07-17 20:28:35 +03:00
bullet Update some dead links in the codebase 2019-07-23 21:06:12 -03:00
csg doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
cvtt
dds
enet
etc SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
freetype
gdnative Merge pull request #30788 from Chaosus/direction_to_gdnative 2019-07-26 18:58:25 +02:00
gdscript Add a reference to pow to the description of exp. 2019-07-29 18:17:52 +02:00
gridmap Merge pull request #30576 from qarmin/lgtm_coverage 2019-07-20 12:00:13 +02:00
hdr
jpg
mbedtls
mobile_vr
mono C#: Fix Transform2D.AffineInverse() 2019-07-27 02:15:29 +02:00
ogg
opensimplex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
opus
pvr
recast Fix EditorNavigationMeshGenerator registered in Core API 2019-07-09 23:33:29 +02:00
regex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
squish
stb_vorbis
svg
tga
theora Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
tinyexr
upnp
vhacd SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
visual_script doc: Sync classref with current source 2019-07-22 12:27:52 +02:00
vorbis
webm SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
webp
webrtc
websocket Fix WebSocketClient crash when unref during signal 2019-07-28 15:23:20 +02:00
xatlas_unwrap SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
register_module_types.h
SCsub SCons: Fix uses of [].append instead of env.add_source_files() 2019-07-22 15:08:32 +02:00