For me it's weird... :-)

import std.math;

assert (-3.abs == 0 - 3.abs);
assert ((-3).abs == (0 - 3).abs);

Makes sense..

Reply via email to