mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
parent
32e289b1d8
commit
9367253b4d
15 changed files with 390 additions and 124 deletions
|
@ -171,7 +171,7 @@ static long double fyl2xp1(long double x, long double y) {
|
|||
}
|
||||
|
||||
static long double fscale(long double significand, long double exponent) {
|
||||
return scalbl(significand, exponent);
|
||||
return scalbl(trunc(significand), exponent);
|
||||
}
|
||||
|
||||
static long double x87remainder(long double x, long double y, uint32_t *sw,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue