< GLM_GTX_fast_exponential extension: Fast but less accurate implementations of exponential based functions. More...
Functions | |
template<typename T > | |
T | fastExp (const T &x) |
template<typename T > | |
T | fastExp2 (const T &x) |
template<typename T > | |
T | fastLn (const T &x) |
template<typename T > | |
T | fastLog (const T &x) |
template<typename T > | |
T | fastLog2 (const T &x) |
template<typename valType > | |
valType | fastPow (valType const &x, valType const &y) |
template<typename T , typename U > | |
T | fastPow (const T &x, const U &y) |
< GLM_GTX_fast_exponential extension: Fast but less accurate implementations of exponential based functions.