NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/44859: nexttowardf() and nexttowardl() not implemented



>Number:         44859
>Category:       lib
>Synopsis:       nexttowardf() and nexttowardl() not implemented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 12 06:55:00 +0000 2011
>Originator:     Jukka Ruohonen
>Release:        NetBSD 5.99.48
>Organization:
-
>Environment:

>Description:

Currently NetBSD implements only nexttoward(3), but does not provide the
equivalent for 'floats' and 'long doubles'. These are required by C99.

        float nexttowardf(float x, long double y);
        long double nexttowardl(long double x, long double y);

>How-To-Repeat:

Code and documentation inspection.

>Fix:

Implementation.



Home | Main Index | Thread Index | Old Index