Skip to content

Commit

Permalink
Merge 5552412 into 98368fc
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jan 26, 2019
2 parents 98368fc + 5552412 commit cb52cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@define_diffrule Base.acotd(x) = :( -180 / π / (1 + $x^2) )
@define_diffrule Base.sinh(x) = :( cosh($x) )
@define_diffrule Base.cosh(x) = :( sinh($x) )
@define_diffrule Base.tanh(x) = :( sech($x)^2 )
@define_diffrule Base.tanh(x) = :( 1 - tanh($x)^2 )
@define_diffrule Base.sech(x) = :( -tanh($x) * sech($x) )
@define_diffrule Base.csch(x) = :( -coth($x) * csch($x) )
@define_diffrule Base.coth(x) = :( -(csch($x)^2) )
Expand Down

0 comments on commit cb52cfe

Please sign in to comment.