summaryrefslogtreecommitdiff
path: root/math/tgmath.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-19 12:54:50 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-19 12:54:50 +0000
commit42bd0a85b94af5f2a2246fb0ed56b73a652453d6 (patch)
tree4b6570a64a7b912ede2e92f7a3d50ba5704f96fb /math/tgmath.h
parent49a71f927c48110ca78325005616c17ba0c08125 (diff)
Update.
1999-01-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/tgmath.h (nexttoward): Rename nextafterx to nexttoward.
Diffstat (limited to 'math/tgmath.h')
-rw-r--r--math/tgmath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/tgmath.h b/math/tgmath.h
index d15a75d8d3..1a6591e799 100644
--- a/math/tgmath.h
+++ b/math/tgmath.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -322,8 +322,8 @@
/* Return X + epsilon if X < Y, X - epsilon if X > Y. */
#define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter)
-#define nextafterx(Val1, Val2) \
- __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nextafterx)
+#define nexttoward(Val1, Val2) \
+ __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, nexttoward)
/* Return the remainder of integer divison X / Y with infinite precision. */
#define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder)