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