Go to the documentation of this file.
36 #ifndef glm_core_func_exponential
37 #define glm_core_func_exponential GLM_VERSION
52 template <
typename genType>
53 genType
pow(genType
const & x, genType
const & y);
62 template <
typename genType>
63 genType
exp(genType
const & x);
74 template <
typename genType>
75 genType
log(genType
const & x);
84 template <
typename genType>
85 genType
exp2(genType
const & x);
95 template <
typename genType>
96 genType
log2(genType
const & x);
105 template <
typename genType>
106 genType
sqrt(genType
const & x);
115 template <
typename genType>
121 #include "func_exponential.inl"
123 #endif//glm_core_func_exponential