Difference between revisions of "cpp/numeric/math/nextafter"
(new) |
(fix title) |
||
Line 1: | Line 1: | ||
− | {{cpp/title|nextafter}} | + | {{cpp/title|nextafter|nexttoward}} |
{{cpp/numeric/math/sidebar}} | {{cpp/numeric/math/sidebar}} | ||
{{ddcl list begin}} | {{ddcl list begin}} |
Revision as of 03:41, 27 July 2011
Template:cpp/numeric/math/sidebar Template:ddcl list begin <tr class="t-dsc-header">
<td><cmath>
<td></td> <td></td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> <tr class="t-dcl ">
<td ><td class="t-dcl-nopad"> </td> <td > Template:mark c++0x feature </td> </tr> Template:ddcl list end
Returns the next representable value of from
in the direction of to
. If from
equals to to
, to
is returned.
from, to | - | floating point values |
Template:returns
the next representable value of from
in the direction of to
.
This section is incomplete Reason: no example |