diff options
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 78768149..b7b036e9 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) |