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_4.h
blob: a20d16f1250bb43e9706ba19a62a9323a992e98e (
plain
)
1
2
3
4
5
#include <math.h> #define M_PI_4 3.14159/4.0 /* XOPEN(4) */