Skip to content

Commit 9cfc7dc

Browse files
authored
Update index.html
1 parent d9e2627 commit 9cfc7dc

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
@@ -888,7 +888,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
888888
// 🔹 Case 1: Exact match
889889
if (trig[radKey]?.sin !== undefined) return trig[radKey].sin;
890890

891-
// 🔹 Case 2: 0.8 > x → Use cosine reflection
891+
// 🔹 Case 2: 0.8 > x → Use cosine reflection
892892
if (radian < 0.8) {
893893
const reflected = 1.6 - radian;
894894
const reflectedKey = `rad(${reflected.toFixed(3)})`;

0 commit comments

Comments
 (0)