#include <rtai_types.h>#include <features.h>#include <bits/huge_val.h>#include <bits/mathdef.h>#include <bits/mathcalls.h>Go to the source code of this file.
Classes | |
| struct | complex |
Defines | |
| #define | _RTAI_MATH_H 1 |
| #define | _MATH_H 1 |
| #define | __MATHCALL(function, suffix, args) __MATHDECL (_Mdouble_,function,suffix, args) |
| #define | __MATHDECL(type, function, suffix, args) |
| #define | __MATHCALLX(function, suffix, args, attrib) __MATHDECLX (_Mdouble_,function,suffix, args, attrib) |
| #define | __MATHDECLX(type, function, suffix, args, attrib) |
| #define | __MATHDECL_1(type, function, suffix, args) extern type __MATH_PRECNAME(function,suffix) args __THROW |
| #define | _Mdouble_ double |
| #define | __MATH_PRECNAME(name, r) __CONCAT(name,r) |
| #define | _Mdouble_BEGIN_NAMESPACE __BEGIN_NAMESPACE_STD |
| #define | _Mdouble_END_NAMESPACE __END_NAMESPACE_STD |
Functions | |
| double cabs | __P ((struct complex)) |
| double | gamma_r (double x, int *signgamp) |
| long int | rinttol (double x) |
| long int | roundtol (double x) |
|
|
Definition at line 66 of file rtai_math.h. |
|
|
Definition at line 52 of file rtai_math.h. |
|
|
Definition at line 57 of file rtai_math.h. |
|
|
Value: __MATHDECL_1(type, function,suffix, args); \ __MATHDECL_1(type, __CONCAT(__,function),suffix, args) Definition at line 54 of file rtai_math.h. |
|
|
Definition at line 62 of file rtai_math.h. |
|
|
Value: __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib) Definition at line 59 of file rtai_math.h. |
|
|
Definition at line 28 of file rtai_math.h. |
|
|
Definition at line 65 of file rtai_math.h. |
|
|
Definition at line 68 of file rtai_math.h. |
|
|
Definition at line 69 of file rtai_math.h. |
|
|
Definition at line 27 of file rtai_math.h. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.4