We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1203fd5 commit ccce670Copy full SHA for ccce670
1 file changed
css-values-4/Overview.bs
@@ -2676,8 +2676,8 @@ Argument Ranges</h4>
2676
(because the JS function's input is in radians,
2677
and one cannot perfectly express a value of π/2 in JS numbers),
2678
is defined so that roundtripping of values works;
2679
- ''tan(atan(1/0))'' yields +∞,
2680
- ''tan(atan(-1/0))'' yields -∞,
+ ''tan(atan(1 / 0))'' yields +∞,
+ ''tan(atan(-1 / 0))'' yields -∞,
2681
''atan(tan(90deg))'' yields ''90deg'',
2682
and ''atan(tan(-90deg))'' yields ''-90deg''.
2683
0 commit comments