![]() |
Astaroth
2.2
|
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 |
Brief info.
Detailed info.
| #define cos | ( | x | ) | cosf(x) |
| #define exp | ( | x | ) | expf(x) |
| #define HOST_DEVICE_INLINE inline |
| #define sin | ( | x | ) | sinf(x) |
| #define sqrt | ( | x | ) | sqrtf(x) |