We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e2627 commit 9cfc7dcCopy full SHA for 9cfc7dc
index.html
@@ -888,7 +888,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
888
// 🔹 Case 1: Exact match
889
if (trig[radKey]?.sin !== undefined) return trig[radKey].sin;
890
891
- // 🔹 Case 2: 0.8 > x → Use cosine reflection
+ // 🔹 Case 2: 0.8 > x → Use cosine reflection
892
if (radian < 0.8) {
893
const reflected = 1.6 - radian;
894
const reflectedKey = `rad(${reflected.toFixed(3)})`;
0 commit comments