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_SQRT2.h
blob: 96f3f19a5e7e038e71c0e6db96c6203256c636cb (
plain
)
1
2
3
4
5
#include <math.h> #define M_SQRT2 sqrt(2.0) /* XOPEN(4) */