diff options
| author | 2007-03-20 19:20:34 +0000 | |
|---|---|---|
| committer | 2007-03-20 19:20:34 +0000 | |
| commit | 30ac594cbe666a156a4800842eac4a0af27ec5c5 (patch) | |
| tree | 2440e57d8db0df012612e468a3f5ba1e6a94d106 /src/modules/math | |
| parent | *AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff) | |
| download | KVIrc-30ac594cbe666a156a4800842eac4a0af27ec5c5.tar.gz KVIrc-30ac594cbe666a156a4800842eac4a0af27ec5c5.tar.bz2 KVIrc-30ac594cbe666a156a4800842eac4a0af27ec5c5.zip | |
quick doc fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@428 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/math')
| -rw-r--r-- | src/modules/math/libkvimath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp index 849a7c930..af7152c96 100644 --- a/src/modules/math/libkvimath.cpp +++ b/src/modules/math/libkvimath.cpp @@ -371,7 +371,7 @@ static bool math_kvs_fnc_isinf(KviKvsModuleFunctionCall * c) @short: Returns a to the power of b @syntax: - <real> $math.isinf(<a:real>,<b:real>) + <real> $math.pow(<a:real>,<b:real>) @description: Returns a to the power of b */ |
