Skip to content

Commit fac570d

Browse files
committed
Add NaNMath.pow to list of diadic methods with symbolic dispatch
1 parent 5ed0401 commit fac570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const monadic = [deg2rad, rad2deg, transpose, asind, log1p, acsch,
2020

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

2626
const basic_monadic = [-, +]

0 commit comments

Comments
 (0)