We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4bc8e commit 40fb736Copy full SHA for 40fb736
1 file changed
index.html
@@ -1006,7 +1006,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
1006
if (!parsed) return null;
1007
return parseFloat(parsed[1]);
1008
}
1009
-else
+
1010
// No reflection — match via cosine
1011
const match = closestValue(x, 'cos');
1012
const parsed = match?.angle.match(/rad\\(([\d.]+)\\)/);
@@ -1023,7 +1023,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
1023
1024
1025
1026
1027
1028
const match = closestValue(x, 'sin');
1029
0 commit comments