freeCodeCamp/curriculum/math-challenges/34-trigonometry/trig-functions.json

97 lines
1.5 KiB
JSON

{
"name": "Trig Functions",
"order": 2,
"challenges": [
{
"id": "59a5801209a6acac5983b535",
"title": "Right Triangle Trigonometry",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a479",
"title": "Calculator Trig Functions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a480",
"title": "SIN",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a481",
"title": "COS",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a482",
"title": "Sine and Cosine of Complementary Angles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a483",
"title": "TAN",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a484",
"title": "SEC CSC COT",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}