index
:
inferno-os.git
AIX-power
NetBSD/powerpc
NetBSD/pthreads
auth
forse
hosted-devds
jessopher/changed-mkdirsnt-to-use-cmd-c-type-inste-1430629268822
main
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmath
/
pow10.c
blob: 46bf5c31e2bd71094254259633fd729c3018bf98 (
plain
)
1
2
3
4
5
6
7
8
#include "lib9.h" #include "mathi.h" double ipow10(int n) { return pow(10.,n); }