projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
math: add fma TODO comments about the underflow issue
[oweals/musl.git]
/
src
/
math
/
llroundl.c
1
#include <math.h>
2
3
long long llroundl(long double x)
4
{
5
return roundl(x);
6
}