Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
testVectorMath.c File Reference

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) )
 

Macro Definition Documentation

◆ Relfloaterr

#define Relfloaterr (   dx,
  x 
)    (fabsf(x)>0 ? fabsf((dx)/(x)) : fabsf(dx) )

Definition at line 31 of file testVectorMath.c.

◆ Relerr

#define Relerr (   dx,
  x 
)    (fabs(x)>0 ? fabs((dx)/(x)) : fabs(dx) )

Definition at line 32 of file testVectorMath.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 34 of file testVectorMath.c.