Skip to content

Commit 81ff620

Browse files
committed
Another minor fix
1 parent 774e831 commit 81ff620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/power.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ end
299299
if ordT == lnull
300300
a0 = constant_term(a[l0])
301301
if isinteger(r) && r > 0
302-
pow!(res[ordT], a[l0], aux[0], round(Integer, r), 1)
303-
# power_by_squaring!(res[ordT], a[l0], aux[0], round(Integer, r))
302+
# pow!(res[ordT], a[l0], aux[0], round(Integer, r), 1)
303+
power_by_squaring!(res[ordT], a[l0], aux[0], round(Integer, r))
304304
return nothing
305305
end
306306
iszero(a0) && throw(DomainError(a[l0],

0 commit comments

Comments
 (0)