mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Fix typo in last arith.texi change.
* manual/arith.texi (nextup): Fix typo in last change.
This commit is contained in:
parent
dbab6577c6
commit
71b4804447
@ -1,3 +1,7 @@
|
||||
2016-08-03 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* manual/arith.texi (nextup): Fix typo in last change.
|
||||
|
||||
2016-08-03 Zack Weinberg <zackw@panix.com>
|
||||
|
||||
[BZ #19239]
|
||||
|
@ -1717,7 +1717,7 @@ subnormal number in the type of @var{x} the function returns @code{-0}. If
|
||||
@math{@var{x} = @code{0}} the function returns the smallest positive subnormal
|
||||
number in the type of @var{x}. If @var{x} is NaN, NaN is returned.
|
||||
If @var{x} is @math{+@infinity{}}, @math{+@infinity{}} is returned.
|
||||
@code{nextup} from TS 18661-1:2014.
|
||||
@code{nextup} is from TS 18661-1:2014.
|
||||
@code{nextup} never raises an exception except for signaling NaNs.
|
||||
@end deftypefun
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user