Skip to content

Commit b36f868

Browse files
authored
Merge pull request w3c#4112 from ewilligers/minus-1
[css-values] sin and cos can reach -1
2 parents a8d18e2 + e606b07 commit b36f868

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,8 +2588,8 @@ 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 -1 and 1,
2592-
while ''tan()'' can return any number between +∞ and ∞.
2591+
''sin()'' and ''cos()'' will always return a number between 1 and 1,
2592+
while ''tan()'' can return any number between ∞ and +∞.
25932593
(See [[#calc-type-checking]] for details on how [=math functions=] handle ∞.)
25942594

25952595
The <dfn lt="asin()">asin(A)</dfn>, <dfn lt="acos()">acos(A)</dfn>, and <dfn lt="atan()">atan(A)</dfn> functions

0 commit comments

Comments
 (0)