Re: [csswg-drafts] [css-values-4] Specify that calculation trees explicitly work in double precision (#4551)

> Sure, but that means that the actual math for `calc()` happens in float precision right?

You're right, Length stores values in floats. So WebKit will do parse-time simplification in double precision, but will use floats later at computed value time.

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

Received on Saturday, 18 January 2020 01:44:05 UTC