nextafter.3 (ee7093a6400feef3d8a99579f28577817d70f6ad) | nextafter.3 (0af928e203f5a2c0477ef8ae196d238f816edcca) |
---|---|
1.\" Copyright (c) 1985, 1991 Regents of the University of California. 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 64 unchanged lines hidden (view full) --- 73.Fn nexttowardf , 74and 75.Fn nexttowardl 76routines conform to 77.St -isoC-99 . 78They implement the Nextafter function recommended by 79.St -ieee754 , 80with the extension that | 1.\" Copyright (c) 1985, 1991 Regents of the University of California. 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 64 unchanged lines hidden (view full) --- 73.Fn nexttowardf , 74and 75.Fn nexttowardl 76routines conform to 77.St -isoC-99 . 78They implement the Nextafter function recommended by 79.St -ieee754 , 80with the extension that |
81.Fn nextafter +0.0, -0.0 | 81.Fn nextafter "+0.0" "-0.0" |
82returns 83.Li -0.0 , 84and | 82returns 83.Li -0.0 , 84and |
85.Fn nextafter -0.0, +0.0 | 85.Fn nextafter "-0.0" "+0.0" |
86returns 87.Li +0.0 . 88.Sh HISTORY 89The 90.Fn nextafter 91function appeared in 92.Bx 4.3 , 93and 94.Fn nextafterf 95appeared in 96.Fx 2.0 . | 86returns 87.Li +0.0 . 88.Sh HISTORY 89The 90.Fn nextafter 91function appeared in 92.Bx 4.3 , 93and 94.Fn nextafterf 95appeared in 96.Fx 2.0 . |