summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-19 10:11:00 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-19 10:11:00 +0000
commit36fe9ac901177d677c7dced4b71e5fcd8c68a32d (patch)
treeda8e39df0b8df30cdab9befe1ad66fec35c5ee60 /manual/arith.texi
parent1ca8b61adeabc83e3ba81f0f6aaa43df70ca98d1 (diff)
Update.
1999-01-19 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (libm-calls): Rename s_nextafterx to s_nexttoward. * math/Versions: Likewise. * math/bits/mathcalls.h: Likewise. * manual/arith.texi: Likewise. * sysdeps/libm-ieee754/s_nextafterl.c: Likewise. * sysdeps/libm-ieee754/s_nextafterx.c: Replaced by... * sysdeps/libm-ieee754/s_nexttoward.c: New file. * sysdeps/libm-ieee754/s_nextafterxf.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardf.c: New file. * sysdeps/libm-ieee754/s_nextafterxl.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardl.c: New file. * time/Makefile (routines): Removed strfxtime. * time/Versions: Likewise. * time/strfxtime.c: Removed. * time/time.h: Remove _LOCALTIME, _NO_LEAP_SECONDS, struct tmx, mkxtime, and strfxtime.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index b95946a034..3cd298b3f3 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -1329,13 +1329,13 @@ recommended functions in @w{IEEE 754}/@w{IEEE 854}).
@comment math.h
@comment ISO
-@deftypefun {long long int} nextafterx (double @var{x}, long double @var{y})
+@deftypefun double nexttoward (double @var{x}, long double @var{y})
@comment math.h
@comment ISO
-@deftypefunx {long long int} nextafterxf (float @var{x}, long double @var{y})
+@deftypefunx float nexttowardf (float @var{x}, long double @var{y})
@comment math.h
@comment ISO
-@deftypefunx {long long int} nextafterxl (long double @var{x}, long double @var{y})
+@deftypefunx {long double} nexttowardl (long double @var{x}, long double @var{y})
These functions are identical to the corresponding versions of
@code{nextafter} except that their second argument is a @code{long
double}.