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
poset: Export the Ord class (but not its methods).
[altfloat.git]
/
cfloat.h
blob
693620223bb51be838887bb07aeb55cfb75b179f
1
#ifndef CFLOAT_H_
2
#define CFLOAT_H_
3
4
int
double_format
(
char
*
buf
,
const char
*
fmt
,
double
val
);
5
double
double_signum
(
double
val
);
6
int
double_classify
(
double
val
);
7
int
double_compare
(
double
a
,
double
b
);
8
9
#endif