-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
47 lines (47 loc) · 1.43 KB
/
Copy pathMETA6.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"name": "Math::NumberTheory",
"description": "Raku package for number theory functions.",
"version": "0.1.5",
"raku": "6.d",
"authors": [
"Anton Antonov"
],
"auth": "zef:antononcube",
"build-depends": [],
"provides": {
"Math::NumberTheory": "lib/Math/NumberTheory.rakumod",
"Math::NumberTheory::Constants": "lib/Math/NumberTheory/Constants.rakumod",
"Math::NumberTheory::ContinuedFraction": "lib/Math/NumberTheory/ContinuedFraction.rakumod",
"Math::NumberTheory::Expansions": "lib/Math/NumberTheory/Expansions.rakumod",
"Math::NumberTheory::Fibonacci": "lib/Math/NumberTheory/Fibonacci.rakumod",
"Math::NumberTheory::Utilities": "lib/Math/NumberTheory/Utilities.rakumod"
},
"license": "Artistic-2.0",
"tags": [
"chinese remainder",
"continued fraction",
"divisor sigma",
"euler phi",
"happy number",
"gaussian integers",
"kronecker delta",
"integer digits",
"liouville lambda",
"math",
"moebius mu",
"number theory",
"number expansion",
"number",
"phi number system",
"power mod",
"prime omega",
"prime number",
"prime",
"primes",
"primitive root",
"real digits",
"totient"
],
"api": "1",
"source-url": "https://github.com/antononcube/Raku-Math-NumberTheory.git"
}