diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 16:32:52 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-22 16:32:52 +0000 |
commit | 4346b429cc875a85095fff271a8d82a46c2cfc91 (patch) | |
tree | 45c427f607ef331f3be5dd0b29d960cf01076cc6 /src/utils/fastsqrt.h | |
parent | 10ebf4484985b98e9248c8de84b35af9b6e26d3a (diff) | |
download | mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.gz mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.bz2 mana-4346b429cc875a85095fff271a8d82a46c2cfc91.tar.xz mana-4346b429cc875a85095fff271a8d82a46c2cfc91.zip |
Added trimming of chat messages.
Diffstat (limited to 'src/utils/fastsqrt.h')
-rw-r--r-- | src/utils/fastsqrt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/fastsqrt.h b/src/utils/fastsqrt.h index 8da1d354..afadb901 100644 --- a/src/utils/fastsqrt.h +++ b/src/utils/fastsqrt.h @@ -5,6 +5,8 @@ * http://www.math.purdue.edu/~clomont/Math/Papers/2003/InvSqrt.pdf
*
* Unfortunately the original creator of this function seems to be unknown.
+ *
+ * $Id$
*/
float fastInvSqrt(float x)
|