Skip to content

Commit f41e794

Browse files
authored
Update index.html
1 parent 688fd60 commit f41e794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
10031003
} else {
10041004
// Reflective zone (0.089 < x < 1)
10051005
const reciprocal = 1 / x;
1006-
match = closestValue(reciprocal, 'tan');
1006+
match = 1.6 - closestValue(reciprocal, 'tan');
10071007
}
10081008

10091009
if (!match?.angle) return null;

0 commit comments

Comments
 (0)