We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d31d0b commit db6d188Copy full SHA for db6d188
index.html
@@ -635,18 +635,18 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
635
636
const trig = {
637
"rad(1.6)": {
638
- "sin": "1"
639
- "cos": "0"
640
- "tan": "0"
641
- "deg": "90.0"
+ "sin": 1,
+ "cos": 0,
+ "tan": 0,
+ "deg": 90.0
642
},
643
644
645
"rad(1.467)": {
646
- "sin": "0.991"
647
- "cos": "0.131"
648
- "tan": "7.596"
649
- "deg": "82.5"
+ "sin": 0.991,
+ "cos": 0.131,
+ "tan": 7.596,
+ "deg": 82.5
650
651
}
652
0 commit comments