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
/
scalb.c
blob: ab49c5334be984451c617d0da020de75094e9e80 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <math.h> double scalb(double x, double n) { } /* XOPEN(400) LINK(m) */