We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caf8b2 commit db60bb2Copy full SHA for db60bb2
index.html
@@ -648,8 +648,33 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
648
"tan": 7.596,
649
"deg": 82.5
650
651
-}
+},
652
+
653
+"rad(1.409)": {
654
+ "sin": 0.983,
655
+ "cos": 0.186,
656
+ "tan": 5.275,
657
+ "deg": 79.265
658
659
660
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
678
}
679
680
// Helper: Finds closest rad(x) match for given function (sin or cos)
0 commit comments