Skip to content

Commit a8d18e2

Browse files
committed
[css-values] lol, sin/cos range is -1 to 1, duh. Fixes w3c#4104.
1 parent bda7588 commit a8d18e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ Trigonometric Functions: ''sin()'', ''cos()'', ''tan()'', ''asin()'', ''acos()''
25882588
all represent the same value,
25892589
approximately ''.707''.)
25902590
They all represent a <<number>>;
2591-
''sin()'' and ''cos()'' will always return a number between 0 and 1,
2591+
''sin()'' and ''cos()'' will always return a number between -1 and 1,
25922592
while ''tan()'' can return any number between +∞ and −∞.
25932593
(See [[#calc-type-checking]] for details on how [=math functions=] handle ∞.)
25942594

0 commit comments

Comments
 (0)