Go to the documentation of this file.
77 return std::fmod(x, y);
300 return std::fmin(x,y);
355 return std::fmax(x,y);
410 #endif // __math_hpp__
INLINE_FUNCTION_HD real atan(real x)
INLINE_FUNCTION_HD real atan2(real y, real x)
INLINE_FUNCTION_HD int32 abs(int32 x)
INLINE_FUNCTION_HD real atanh(real x)
INLINE_FUNCTION_HD real cos(real x)
INLINE_FUNCTION_HD uint32 max(uint16 x, uint16 y)
INLINE_FUNCTION_HD real sin(real x)
INLINE_FUNCTION_HD real cosh(real x)
INLINE_FUNCTION_HD real asin(real x)
INLINE_FUNCTION_HD real log10(real x)
INLINE_FUNCTION_HD real log(real x)
INLINE_FUNCTION_HD real tan(real x)
INLINE_FUNCTION_HD real pow(real x, real y)
INLINE_FUNCTION_HD real remainder(real x, real y)
unsigned short int uint16
INLINE_FUNCTION_HD real sinh(real x)
INLINE_FUNCTION_HD uint32 min(uint16 x, uint16 y)
Vector< T, Allocator > pow(const Vector< T, Allocator > &v, T e)
INLINE_FUNCTION_HD real abs(real x)
INLINE_FUNCTION_HD real acos(real x)
INLINE_FUNCTION_HD real mod(real x, real y)
INLINE_FUNCTION_HD real tanh(real x)
INLINE_FUNCTION_HD real exp(real x)
T max(const Vector< T, Allocator > &v)
INLINE_FUNCTION_HD real asinh(real x)
INLINE_FUNCTION_HD real acosh(real x)
INLINE_FUNCTION_HD real sqrt(real x)
INLINE_FUNCTION_HD real cbrt(real x)
#define INLINE_FUNCTION_HD
T min(const Vector< T, Allocator > &v)