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.
1 parent d3b6336 commit 7d94855Copy full SHA for 7d94855
src/powers.jl
@@ -25,7 +25,7 @@ function isperfectpower(n::Integer)
25
return (e != 1 && e != 0)
26
end
27
28
-"""
+@doc raw"""
29
```julia
30
isprimepower(n::Integer) -> Bool
31
```
0 commit comments