00001 /*****************************************************************/ 00008 /***************************************************************************/ 00014 #ifndef _MMC_FAST_MATH_FUNCTIONS_H 00015 #define _MMC_FAST_MATH_FUNCTIONS_H 00016 00017 static inline float fast_expf9(float x) { 00018 return (362880.f+x*(362880.f+x*(181440.f+x*(60480.f+x*(15120.f+x*(3024.f+x*(504.f+x*(72.f+x*(9.f+x)))))))))*2.75573192e-6f; 00019 } 00020 00021 #endif