Re: [csswg-drafts] [css-values] round(A,B) with B negative (#4718)

> addition isn't commutative with respect to -0 in IEEE semantics

I'm not sure what you mean, it seems to me that `-0` is the neutral element of addition.
Then, `A + (-0) = A = (-0) + A`, so it's commutative?
Maybe you meant that addition never produces `-0`?

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4718#issuecomment-581063053 using your GitHub account

Received on Saturday, 1 February 2020 19:45:39 UTC