Armadillo
0.1.1
TheexpandableOS
src
include
common
math.h
Go to the documentation of this file.
1
6
#ifndef __MATH_H__
7
#define __MATH_H__
8
15
#define abs(n) __builtin_abs ((n))
16
22
#define floor(f) __builtin_floor ((f))
23
29
#define ceil(f) __builtin_ceil ((f))
30
36
#define exp(x) __builtin_exp ((x))
37
43
#define log10(x) __builtin_log10 ((x))
44
45
#endif
Generated by
1.8.14