/* * File: math2.h * Author: Bartłomiej Kwiatek * * Created on 14 listopad 2012, 13:42 */ #ifndef MATH2_H #define MATH2_H float fastsqrt(float val); float InvSqrt(float x); float rsqrt(float x); float rsqrt1(float x); float rsqrt2(float x); #endif /* MATH2_H */