File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 RuleBasedMethod <: AbstractIntegrationMethod
3030
3131- `use_gamma::Bool`: Whether to catch and handle algorithm errors gracefully (default: true)
32- - `verbose::Bool`: Wheter to print or not integration rules applied (default: true)
32+ - `verbose::Bool`: Whether to print or not integration rules applied (default: true)
3333"""
3434struct RuleBasedMethod <: AbstractIntegrationMethod
3535 use_gamma:: Bool
5151 integrate(f, x)
5252
5353Compute the symbolic integral of expression `f` with respect to variable `x`
54- using all aviable methods.
54+ using all available methods.
5555
5656# Arguments
5757- `f`: Symbolic expression to integrate (Symbolics.Num)
110110 integrate(f, method)
111111
112112If f contains only one symbolic variable, computes the integral of f with
113- respect to that variable, with the specified method, or tries all aviable
113+ respect to that variable, with the specified method, or tries all available
114114methods if not specified.
115115"""
116116function integrate (f:: Symbolics.Num , method= nothing ; kwargs... )
You can’t perform that action at this time.
0 commit comments