vegastrike  0.5.1.r1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vs_math.h File Reference
#include <config.h>
#include "macosx_math.h"
#include <math.h>
#include <float.h>

Go to the source code of this file.

Macros

#define M_PI   3.14159265358979323846
 
#define PI   M_PI
 
#define M_1_PI   (1/M_PI)
 
#define FINITE(x)   ( _finite( x ) )
 
#define ISNAN(x)   ( _isnan( x ) )
 

Macro Definition Documentation

#define FINITE (   x)    ( _finite( x ) )

Definition at line 51 of file vs_math.h.

#define ISNAN (   x)    ( _isnan( x ) )

Definition at line 52 of file vs_math.h.

#define M_1_PI   (1/M_PI)

Definition at line 41 of file vs_math.h.

#define M_PI   3.14159265358979323846

Definition at line 35 of file vs_math.h.

#define PI   M_PI

Definition at line 38 of file vs_math.h.