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_SQRT1_2.h
blob: 6f4b61e3cfab9cce70d6d1f66f56e13af7cdb22c (
plain
)
1
2
3
4
5
#include <math.h> #define M_SQRT1_2 1.0/sqrt(2.0) /* XOPEN(4) */