This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/15749] cbrtl fails for arguments > 1e308


http://sourceware.org/bugzilla/show_bug.cgi?id=15749

Jeremy <gcc.hall at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc.hall at gmail dot com

--- Comment #1 from Jeremy <gcc.hall at gmail dot com> ---
This is on x86_64, gcc 4.8.1

Other similar functions such as sqrtl() and powl(x,1/3) accept the full
LDBL_MAX for the 80-bit floats, and the documentation states that all input
values are accepted.  This looks like the 64-bit double version is being called
by mistake.

In  sysdeps/ieee754/ldbl-128/s_cbrtl.c I found a version of cbrtl() that works
perfectly, accepting 1e4932 for example.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]