diff options
Diffstat (limited to 'math/bits')
-rw-r--r-- | math/bits/mathcalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 3f1d5b1223..025c4c78e4 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -275,7 +275,7 @@ __MATHDECL (int,ilogb,, (_Mdouble_ __x)); /* Return X times (2 to the Nth power). */ __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n)); -/* Round X to integral valuein floating-point format using current +/* Round X to integral value in floating-point format using current rounding direction, but do not raise inexact exception. */ __MATHCALL (nearbyint,, (_Mdouble_ __x)); |