39 #ifndef GLM_GTX_fast_exponential 
   40 #define GLM_GTX_fast_exponential 
   45 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) 
   46 #       pragma message("GLM: GLM_GTX_fast_exponential extension included") 
   56         template <
typename genType> 
 
   63         template <
typename genTypeT, 
typename genTypeU> 
 
   96 #include "fast_exponential.inl" 
   98 #endif//GLM_GTX_fast_exponential 
T fastLn(const T &x)
Faster than the common ln function but less accurate. 
T fastLog(const T &x)
Faster than the common log function but less accurate. 
T fastExp(const T &x)
Faster than the common exp function but less accurate. 
T fastExp2(const T &x)
Faster than the common exp2 function but less accurate. 
genType fastPow(genType const &x, genType const &y)
Faster than the common pow function but less accurate. 
T fastLog2(const T &x)
Faster than the common log2 function but less accurate.