Closed
Bug 1814906
Opened 2 years ago
Closed 2 years ago
[css-values-4] calc(tan(90deg)) should be Infinity
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: evilpies, Unassigned)
References
(Blocks 2 open bugs)
Details
We get a bunch of test failures because tan(90deg) isn't infinity.
It's possible that rust's implementation of tan differs from CSS or it's based on some kind of inaccuracy caused by converting degrees to radians.
Updated•2 years ago
|
See Also: → https://github.com/w3c/csswg-drafts/issues/8527
Updated•2 years ago
|
Blocks: calc-nan-inf
Comment 1•2 years ago
|
||
Since spec was updated (https://github.com/w3c/csswg-drafts/issues/8527) this is no longer needed.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•