gtxfast_exponential (functions)
glm::fastExp( ... )
T glm::fastExp(T x)Faster than the common exp function but less accurate.
See also: gtx_fast_exponential
glm::fastExp2( ... )
T glm::fastExp2(T x)Faster than the common exp2 function but less accurate.
See also: gtx_fast_exponential
glm::fastLog( ... )
T glm::fastLog(T x)Faster than the common log function but less accurate.
See also: gtx_fast_exponential
glm::fastLog2( ... )
T glm::fastLog2(T x)Faster than the common log2 function but less accurate.
See also: gtx_fast_exponential
glm::fastPow( ... )
genType glm::fastPow(genType x, genType y)Faster than the common pow function but less accurate.
See also: gtx_fast_exponential
glm::fastPow( ... )
genTypeT glm::fastPow(genTypeT x, genTypeU y)Faster than the common pow function but less accurate.
See also: gtx_fast_exponential