Skip to content

Commit

Permalink
Import abs2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed Oct 11, 2017
1 parent 5d956f2 commit 6b7f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaylorSeries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Base: ==, +, -, *, /, ^
import Base: zero, one, zeros, ones, isinf, isnan, iszero,
convert, promote_rule, promote, eltype, length, show,
real, imag, conj, ctranspose,
rem, mod, mod2pi, abs, gradient,
rem, mod, mod2pi, abs, abs2, gradient,
sqrt, exp, log, sin, cos, tan,
asin, acos, atan, sinh, cosh, tanh,
A_mul_B!, power_by_squaring,
Expand Down

0 comments on commit 6b7f938

Please sign in to comment.