Skip to content

Commit 65ade40

Browse files
committed
yml
1 parent 9e97ad0 commit 65ade40

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66

77
julia:
8-
- 1.1
8+
- 1.1.1
99
- nightly
1010

1111
matrix:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 1.1
3+
- julia_version: 1.1.1
44
- julia_version: nightly
55

66
platform:

src/GaussFactorial.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The Gauß factorial is ``∏_{1 ≤ j ≤ N, j ⊥ n} j``, the product of the po
1919
"""
2020
const ModuleGaussFactorial = ""
2121

22+
# A216919
23+
2224
"""
2325
Return ``∏_{1 ≤ j ≤ N, j ⊥ n} j``, the product of the positive integers which are ``≤ N`` and are prime to ``n``.
2426
"""

0 commit comments

Comments
 (0)