summaryrefslogtreecommitdiff
path: root/src/math/M_2_PI.c
blob: d807fce7ea54d25fd79884d302d800b2c8d8b1c1 (plain)
1
2
3
4
5
#include <math.h>
#define M_2_PI 2.0/3.14159
/*
XOPEN(4)
*/