Skip to content

Commit 1b1c95b

Browse files
committed
Enable cosh/sinh transformations
1 parent 17b3b74 commit 1b1c95b

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
@@ -39,7 +39,7 @@ function has_trig_exp(term)
3939
fns = (sin, cos, tan, cot, sec, csc, exp, cosh, sinh)
4040
op = operation(term)
4141

42-
if Base.@nany 7 i->fns[i] === op
42+
if Base.@nany 9 i->fns[i] === op
4343
return true
4444
else
4545
return any(has_trig_exp, arguments(term))

0 commit comments

Comments
 (0)