index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
M_PI_2.h
blob: dad5f0b4159f5e2e4a76214bdf6612d0bc96a423 (
plain
)
1
2
3
4
5
#include <math.h> #define M_PI_2 3.14159/2.0 /* XOPEN(4) */