Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/man Explicitly indicate that nexttowardl() is ident...
details: https://anonhg.NetBSD.org/src/rev/03c227f0ab35
branches: trunk
changeset: 450987:03c227f0ab35
user: mgorny <mgorny%NetBSD.org@localhost>
date: Thu May 02 15:08:35 2019 +0000
description:
Explicitly indicate that nexttowardl() is identical to nextafterl().
Requested by kamil.
diffstat:
lib/libm/man/nextafter.3 | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r e9a79f6878b5 -r 03c227f0ab35 lib/libm/man/nextafter.3
--- a/lib/libm/man/nextafter.3 Thu May 02 14:57:01 2019 +0000
+++ b/lib/libm/man/nextafter.3 Thu May 02 15:08:35 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nextafter.3,v 1.7 2019/04/28 07:33:02 wiz Exp $
+.\" $NetBSD: nextafter.3,v 1.8 2019/05/02 15:08:35 mgorny Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
.\" All rights reserved.
@@ -78,10 +78,9 @@
.Fa x .
.Pp
The
-.Fn nexttoward ,
+.Fn nexttoward
+and
.Fn nexttowardf
-and
-.Fn nexttowardl
functions are equivalent to the
.Fn nextafter
family of functions with two exceptions:
@@ -97,6 +96,10 @@
equals
.Fa y .
.El
+.Pp
+.Fn nexttowardl
+is equivalent to
+.Fn nextafterl .
.Sh RETURN VALUES
Upon successful completion, the described functions return
the next representable floating-point value as described above.
Home |
Main Index |
Thread Index |
Old Index