Bsoft object

constant M_PI

Source:

include/utilities.h

Description:

Mathematical PI and variants.

Code:

#ifndef M_PI
#define M_PI 3.14159265358979323846264338327950288
#endif
#ifndef M_PI_2
#define M_PI_2 1.57079632679489661923132169163975144
#endif
#ifndef M_PI_4
#define M_PI_4 0.785398163397448309615660845819875721
#endif
#ifndef TWOPI
#define TWOPI 6.28318530717958647692528676655900576
#endif
#ifndef MIN2PI
#define MIN2PI -6.28318530717958647692528676655900576
#endif


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home