Skip to content

Commit 17b3b74

Browse files
committed
Enable rules for cosh, sinh
1 parent 618f5c1 commit 17b3b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pow(x::Symbolic,y::Symbolic) = Base.:^(x,y)
3636
# Simplification utilities
3737
function has_trig_exp(term)
3838
!istree(term) && return false
39-
fns = (sin, cos, tan, cot, sec, csc, exp)
39+
fns = (sin, cos, tan, cot, sec, csc, exp, cosh, sinh)
4040
op = operation(term)
4141

4242
if Base.@nany 7 i->fns[i] === op

0 commit comments

Comments
 (0)