Prototypes | |
int | main (void) |
Go to the source code of this file.
Macros | |
#define | Relfloaterr(dx, x) (fabsf(x)>0 ? fabsf((dx)/(x)) : fabsf(dx) ) |
#define | Relerr(dx, x) (fabs(x)>0 ? fabs((dx)/(x)) : fabs(dx) ) |
Definition at line 31 of file testVectorMath.c.
Definition at line 32 of file testVectorMath.c.
int main | ( | void | ) |
Definition at line 34 of file testVectorMath.c.