Skip to content

Commit

Permalink
Add two-arg atan, log (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Sep 2, 2024
1 parent 840fc4e commit 393e992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ is_der_cross_zero_local(f::F, x, y) where {F} = is_der_cross_zero_global(f)
# ∂²f/∂y² != 0
# ∂²f/∂x∂y != 0
ops_2_to_1_ssc = (
^, hypot
^, hypot, atan, log
)
for op in ops_2_to_1_ssc
T = typeof(op)
Expand Down

0 comments on commit 393e992

Please sign in to comment.