https://issues.dlang.org/show_bug.cgi?id=9717

Infiltrator <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Infiltrator <[email protected]> ---
Both the C function[0] and the CRuntime_Microsoft version [1] actually
explicitly do rounding away from zero rather than to even.  There are other
functions in std.math which round using the current rounding mode, which
defaults to even, so this is most likely just a documentation error.


[0]: www.codecogs.com/library/computing/c/math.h/round.php#sec1
[1]: in std/math.d

--

Reply via email to