We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688fd60 commit f41e794Copy full SHA for f41e794
1 file changed
index.html
@@ -1003,7 +1003,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
1003
} else {
1004
// Reflective zone (0.089 < x < 1)
1005
const reciprocal = 1 / x;
1006
- match = closestValue(reciprocal, 'tan');
+ match = 1.6 - closestValue(reciprocal, 'tan');
1007
}
1008
1009
if (!match?.angle) return null;
0 commit comments