[csswg-drafts] [css-values-4] Which IEEE-754 semantics do math functions follow? (#10849)

nicolo-ribaudo has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values-4] Which IEEE-754 semantics do math functions follow? ==
https://drafts.csswg.org/css-values-4/#calc-ieee says that match functions follow IEEE-754 semantics, however IEEE-754 defines many types of numbers (see section _3.6 Interchange format parameters_):
- binary floats with 16 bits
- binary floats with 32 bits
- binary floats with 64 bits
- binary floats with 128 bits
- decimal floats with 32 bits
- decimal floats with 64 bits
- decimal floats with 128 bits

Which one of the should CSS math functions use?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10849 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 6 September 2024 23:17:52 UTC