-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
links.json
38 lines (38 loc) · 1.08 KB
/
links.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
[
{
"url": "https://docs.python.org/3/library/functions.html#int",
"description": "integers"
},
{
"url": "https://docs.python.org/3/library/functions.html#float",
"description": "floats"
},
{
"url": "https://docs.python.org/3/library/functions.html#complexh",
"description": "complex numbers"
},
{
"url": "https://docs.python.org/3/library/fractions.html",
"description": "fractions"
},
{
"url": "https://docs.python.org/3/library/decimal.html#module-decimal",
"description": "Decimals"
},
{
"url": "https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex",
"description": "Arithmetic Operations"
},
{
"url": "https://docs.python.org/3/reference/expressions.html#operator-precedence",
"description": "Operator Precedence"
},
{
"url": "https://docs.python.org/3.9/library/cmath.html",
"description": "cmath: mathematical operations for complex numbers"
},
{
"URL": "https://docs.python.org/3/library/numeric.html",
"description": "Pythons Numerical and Mathematical Modules"
}
]