-
Notifications
You must be signed in to change notification settings - Fork 0
/
calculus_guides.json
58 lines (47 loc) · 1.02 KB
/
calculus_guides.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"name": "AP Exam Review",
"tags": ["0"],
"guideLink": "./calculus_ch0.html"
},
{
"name": "A Beginning Look at Calculus",
"tags": ["1"],
"guideLink": "./calculus_ch1.html"
},
{
"name": "Rates, Sums, Limits, and Continuity",
"tags": ["2"],
"guideLink": "./calculus_ch2.html"
},
{
"name": "Slope and Curve Analysis",
"tags": ["3"],
"guideLink": "./calculus_ch3.html"
},
{
"name": "The Fundamental Theorem of Calculus",
"tags": ["4"],
"guideLink": "./calculus_ch4.html"
},
{
"name": "Derivative Tools and Applications",
"tags": ["5"],
"guideLink": "./calculus_ch5.html"
},
{
"name": "More Tools and Theorems",
"tags": ["6"],
"guideLink": "./calculus_ch6.html"
},
{
"name": "Related Rates and Integration Tools",
"tags": ["7"],
"guideLink": "./calculus_ch7.html"
},
{
"name": "Volume",
"tags": ["8"],
"guideLink": "./calculus_ch8.html"
}
]