-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.jazzy.yaml
109 lines (108 loc) · 1.81 KB
/
.jazzy.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
author: Arthur Guiot
author_url: https://arguiot.com
module: Euler
readme: README.md
theme: fullwidth
github_url: https://github.com/arguiot/Euler
swift_build_tool: spm
build_tool_arguments: ["-Xswiftc","-swift-version","-Xswiftc","5"]
github_file_prefix: https://github.com/arguiot/Euler/blob/master/
custom_categories:
- name: Numbers
children:
- BigInt
- BigDouble
- BigFloat
- BigNumber
- name: Constant
children:
- pi
- e
- Constant
- name: Algebra
children:
- Expression
- Polynomial
- name: Tables
children:
- Tables
- TablesDataSource
- TablesDelegate
- CellValue
- name: Statistics
children:
- Statistics
- name: Generators
children:
- Collatz
- Fibonacci
- Sieve
- name: Visualisation & Geometry
children:
- Graph
- Point
- name: Matrix & Vectors
children:
- Matrix
- Vector
- name: Cryptography
children:
- RSA
- String
- Data
- name: Operations / Functions
children:
- abs(_:)
- ceil(_:)
- combinations(_:_:)
- combinationsWithRepetitions(_:_:)
- encodeMD5(digest:)
- floor(_:)
- gcd(_:_:)
- gcdEuclid(_:_:)
- leastFactor
- lcm(_:_:)
- max(_:_:)
- min(_:_:)
- mod_add(_:_:_:)
- mod_exp(_:_:_:)
- nnmod(_:_:)
- permutations(_:_:)
- permutationsWithRepitition(_:_:)
- pow(_:_:)
- pow(_:_:)
- pow(_:_:)
- steinGcd(_:_:)
- exp(_:)
- factorial(_:)
- gamma(_:)
- inverse(_:_:)
- leastFactor(_:)
- leastFactor(_:)
- ln(_:)
- ln(_:precision:)
- sum(_:)
- sum(_:)
- name: Array manipulation
children:
- Array
- name: Errors
children:
- EvaluationError
- name: Algebra - Advanced
children:
- Parser
- Lexer
- Grouper
- Group
- Token
- Node
- CellAddressNode
- ExpressionNode
- ParenthesisNode
- ConstantNode
- SymbolNode
- StringNode
- OperatorNode
- FunctionNode
- NullNode