Skip to content

Commit 5cbcba6

Browse files
committed
2, duh
1 parent 0748423 commit 5cbcba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Polynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ the `p`-norm is
250250
||q||_p = (|q_0|^p + \\ldots + |q_n|^p)^{1/p}
251251
``
252252
"""
253-
norm(q::Poly, p::Real) = norm(coeffs(q), p)
253+
norm(q::Poly, p::Real=2) = norm(coeffs(q), p)
254254

255255

256256
"""

0 commit comments

Comments
 (0)