Skip to content

Commit 4680129

Browse files
reinermartinararslan
authored andcommitted
Primes.totient was not showing up in the documentation (#69)
1 parent 91fad50 commit 4680129

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ DocTestSetup = :(using Primes)
99
```@docs
1010
Primes.factor
1111
Primes.prodfactors
12-
Primes.radical
1312
```
1413

1514
## Generating prime numbers
@@ -28,3 +27,10 @@ Primes.isprime
2827
Primes.ismersenneprime
2928
Primes.primesmask
3029
```
30+
31+
## Number-theoretic functions
32+
33+
```@docs
34+
Primes.radical
35+
Primes.totient
36+
```

0 commit comments

Comments
 (0)