Skip to content

Commit db6d188

Browse files
authored
Update index.html
1 parent 4d31d0b commit db6d188

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -635,18 +635,18 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
635635

636636
const trig = {
637637
"rad(1.6)": {
638-
"sin": "1"
639-
"cos": "0"
640-
"tan": "0"
641-
"deg": "90.0"
638+
"sin": 1,
639+
"cos": 0,
640+
"tan": 0,
641+
"deg": 90.0
642642
},
643643

644644

645645
"rad(1.467)": {
646-
"sin": "0.991"
647-
"cos": "0.131"
648-
"tan": "7.596"
649-
"deg": "82.5"
646+
"sin": 0.991,
647+
"cos": 0.131,
648+
"tan": 7.596,
649+
"deg": 82.5
650650

651651
}
652652

0 commit comments

Comments
 (0)