Skip to content

Commit ae30b50

Browse files
Update docs/src/manual/getting_started.md
1 parent 4717581 commit ae30b50

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/src/manual/getting_started.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ integrate(f, x, RuleBasedMethod(verbose=true))
102102
integrate(f, x, RuleBasedMethod(use_gamma=true))
103103
```
104104

105-
**RuleBasedMethod is best for:**
106-
- Complex trigonometric expressions
107-
- Functions involving special cases
108-
- When you need to see the integration process
109-
- Broader coverage of function types
110-
111105
### Method Comparison Example
112106

113107
```julia

0 commit comments

Comments
 (0)