Skip to content

Commit db60bb2

Browse files
authored
Update index.html
1 parent 9caf8b2 commit db60bb2

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

index.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,33 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
648648
"tan": 7.596,
649649
"deg": 82.5
650650

651-
}
651+
},
652+
653+
"rad(1.409)": {
654+
"sin": 0.983,
655+
"cos": 0.186,
656+
"tan": 5.275,
657+
"deg": 79.265
658+
},
659+
652660

661+
"rad(1.4)": {
662+
"sin": 0.981,
663+
"cos": 0.195,
664+
"tan": 5.027,
665+
"deg": 78.750
666+
667+
},
668+
669+
"rad(1.355)": {
670+
"sin": 0.971,
671+
"cos": 0.238,
672+
"tan": 4.084,
673+
"deg": 76
674+
675+
},
676+
677+
653678
}
654679

655680
// Helper: Finds closest rad(x) match for given function (sin or cos)

0 commit comments

Comments
 (0)