repo.or.cz
/
altfloat.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
floating: Add some of the exponential functions.
[altfloat.git]
/
cfloat.h
blob
70ac1cfec3f235572d6d88ee4fcb3368db965aa5
1
#ifndef MARSHAL_H_
2
#define MARSHAL_H_
3
4
int
fmt_double
(
char
*
buf
,
double
val
);
5
double
double_sign
(
double
val
);
6
7
#endif