From 5ad91f5c5f3d4369c232e5710e9c34474b38f307 Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 26 Aug 2013 02:55:01 +0000 Subject: [PATCH] libm: fmod, remquo, remainder are cr --- libm/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libm/index.html b/libm/index.html index 6eb718c..dce0a91 100644 --- a/libm/index.html +++ b/libm/index.html @@ -63,9 +63,9 @@ floating-point value) (in theory correct rounding can be achieved but with big implementation cost, see crlibm)
  • At least the following functions must be correctly rounded: -ceil, copysign, fabs, fdim, floor, fma, fmax, fmin, frexp, ldexp, logb, -modf, nearbyint, nextafter, nexttoward, rint, round, scalbln, scalbn, -sqrt, trunc. +ceil, copysign, fabs, fdim, floor, fma, fmax, fmin, fmod, frexp, ldexp, logb, +modf, nearbyint, nextafter, nexttoward, rint, remainder, remquo, round, scalbln, +scalbn, sqrt, trunc.
  • Mathematical properties of functions should be as expected (monotonicity, range, symmetries).
  • If the FPU precision is altered then nothing is guaranteed to work. -- 2.20.1