NetBSD/lib/libm
drochner 458288a626 pull in an accuracy fix for corner cases from FDLIBM 5.3
(affects large arguments which are close to N*Pi+Pi/2):
    2. k_tan.c error was > 1 ulp target for FDLIBM
        5.2: Worst error at least 1.45 ulp at
        tan(1.7765241907548024E+269) = 1.7733884462610958E+16
        5.3: Worst error 0.96 ulp
2004-07-22 18:24:09 +00:00
..
arch amd64: stack sanity, leave the return PC alone 2004-07-16 18:40:24 +00:00
man round(3) and roundf(3) appeared in 2.0. 2004-07-15 12:12:39 +00:00
noieee_src Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and 2004-05-13 20:35:40 +00:00
src pull in an accuracy fix for corner cases from FDLIBM 5.3 2004-07-22 18:24:09 +00:00
Makefile lib/24252: Add C99 functions round(3) and roundf(3). 2004-07-10 13:49:09 +00:00
shlib_version bump libm minor version (functions added) 2004-07-01 16:14:18 +00:00