sync code with last improvements from OpenBSD
This commit is contained in:
parent
cac1167ac2
commit
0e5a54c21a
19 changed files with 662 additions and 356 deletions
|
@ -8,8 +8,7 @@
|
|||
#include <math.h>
|
||||
|
||||
double
|
||||
drem(x, y)
|
||||
double x, y;
|
||||
drem(double x, double y)
|
||||
{
|
||||
return remainder(x, y);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue