[dmd-internals] 64 bit bug: rndtol fails.
Don Clugston
dclugston at googlemail.com
Wed Jan 12 13:45:33 PST 2011
---
import std.math;
void main()
{
assert( rndtol(-3.0) == -3 );
}
---
This is the only failure in std.mathspecial.
More information about the dmd-internals
mailing list