-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
33 lines (33 loc) · 799 Bytes
/
db.json
File metadata and controls
33 lines (33 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"trignums": [
{
"thirtydeg": {
"Deg": "30°",
"Sin": "1⁄2",
"Cos": "√3 ÷ 2",
"Tan": "√3 ÷ 3"
},
"fourtyfivedeg": {
"Deg": "45°",
"Sin": "√2 ÷ 2",
"Cos": "√2 ÷ 2",
"Tan": "1"
},
"sixtydeg": {
"Deg": "60°",
"Sin": "√3 ÷ 2",
"Cos": "√3 ÷ 2",
"Tan": "√3 ÷ 3"
},
"ninetydeg": {
"Deg": "90°",
"Sin": "1",
"Cos": "0",
"Tan": "-"
}
}
],
"testing": {
"Message": "Hello"
}
}