We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75274b0 + 0ea5e39 commit e89b703Copy full SHA for e89b703
src/Primes.jl
@@ -968,7 +968,7 @@ For convenience, `divisors(0)` returns `[]`.
968
969
# Example
970
971
-```julia
+```jldoctest; filter = r"(\\s+#.*)?"
972
julia> divisors(60)
973
12-element Vector{Int64}:
974
1 # 1
@@ -983,8 +983,7 @@ julia> divisors(60)
983
15 # 5 * 3
984
30 # 5 * 3 * 2
985
60 # 5 * 3 * 2 * 2
986
-```
987
-```jldoctest
+
988
julia> divisors(-10)
989
4-element Vector{Int64}:
990
1
0 commit comments