Skip to content

Commit

Permalink
Add NaNMath.pow to list of diadic methods with symbolic dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
contradict committed Oct 13, 2023
1 parent 5ed0401 commit fac570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const monadic = [deg2rad, rad2deg, transpose, asind, log1p, acsch,

const diadic = [max, min, hypot, atan, NaNMath.atanh, mod, rem, copysign,
besselj, bessely, besseli, besselk, hankelh1, hankelh2,
polygamma, beta, logbeta]
polygamma, beta, logbeta, NaNMath.pow]
const previously_declared_for = Set([])

const basic_monadic = [-, +]
Expand Down

0 comments on commit fac570d

Please sign in to comment.