We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618f5c1 commit 17b3b74Copy full SHA for 17b3b74
src/utils.jl
@@ -36,7 +36,7 @@ pow(x::Symbolic,y::Symbolic) = Base.:^(x,y)
36
# Simplification utilities
37
function has_trig_exp(term)
38
!istree(term) && return false
39
- fns = (sin, cos, tan, cot, sec, csc, exp)
+ fns = (sin, cos, tan, cot, sec, csc, exp, cosh, sinh)
40
op = operation(term)
41
42
if Base.@nany 7 i->fns[i] === op
0 commit comments