projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
math: fix __fpclassifyl(-0.0) for IEEE binary128
[oweals/musl.git]
/
src
/
math
/
llround.c
1
#include <math.h>
2
3
long long llround(double x)
4
{
5
return round(x);
6
}