From 6a433528075d5cc62d4d4c3fefb59d42ec78355a Mon Sep 17 00:00:00 2001 From: nsz Date: Sat, 8 Dec 2012 22:07:49 +0100 Subject: [PATCH] libm: add logb to the correctly rounded list --- libm/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libm/index.html b/libm/index.html index 247a7b6..e177d6c 100644 --- a/libm/index.html +++ b/libm/index.html @@ -63,7 +63,7 @@ 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, +ceil, copysign, fabs, fdim, floor, fma, fmax, fmin, frexp, ldexp, logb, modf, nearbyint, nextafter, nexttoward, rint, round, scalbln, scalbn, sqrt, trunc.
  • Mathematical properties of functions should be as expected -- 2.20.1