summaryrefslogtreecommitdiff
path: root/src/math/M_SQRT2.h
blob: 96f3f19a5e7e038e71c0e6db96c6203256c636cb (plain)
1
2
3
4
5
#include <math.h>
#define M_SQRT2 sqrt(2.0)
/*
XOPEN(4)
*/