Astaroth  2.2
math_utils.h File Reference

Brief info. More...

#include <math.h>
#include <stdlib.h>
+ Include dependency graph for math_utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define exp(x)   expf(x)
 
#define sin(x)   sinf(x)
 
#define cos(x)   cosf(x)
 
#define sqrt(x)   sqrtf(x)
 
#define HOST_DEVICE_INLINE   inline
 

Detailed Description

Brief info.

Detailed info.

Macro Definition Documentation

◆ cos

#define cos (   x)    cosf(x)

◆ exp

#define exp (   x)    expf(x)

◆ HOST_DEVICE_INLINE

#define HOST_DEVICE_INLINE   inline

◆ sin

#define sin (   x)    sinf(x)

◆ sqrt

#define sqrt (   x)    sqrtf(x)