NetBSD Problem Report #44859

From jruohone@gmail.com  Tue Apr 12 06:51:20 2011
Return-Path: <jruohone@gmail.com>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id AC45A63BA68
	for <gnats-bugs@gnats.netbsd.org>; Tue, 12 Apr 2011 06:51:20 +0000 (UTC)
Message-Id: <20110412065110.2F2CE56C5@marx.bitnet>
Date: Tue, 12 Apr 2011 09:51:10 +0300 (EEST)
From: Jukka Ruohonen <jruohonen@iki.fi>
Sender: a b <jruohone@gmail.com>
Reply-To: jruohonen@iki.fi
To: gnats-bugs@gnats.NetBSD.org
Subject: nexttowardf() and nexttowardl() not implemented
X-Send-Pr-Version: 3.95

>Number:         44859
>Category:       lib
>Synopsis:       nexttowardf() and nexttowardl() not implemented
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 12 06:55:00 +0000 2011
>Closed-Date:    Wed Nov 13 17:52:05 +0000 2019
>Last-Modified:  Wed Nov 13 17:52:05 +0000 2019
>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.

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: maya@NetBSD.org
State-Changed-When: Wed, 13 Nov 2019 17:52:05 +0000
State-Changed-Why:
They are currently implemented.
> nm /lib/libm.so |grep nexttoward
0000000000018c90 T nexttoward
000000000000fba0 T nexttowardf
0000000000019ed0 T nexttowardl



>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.