Skip to content

Commit b2d4ecb

Browse files
committed
Remove quadgk and friends from Base (#19741)
* Remove quadgk and friends from Base * Remove trailing whitespace in NEWS.md [ci skip]
1 parent c80a86a commit b2d4ecb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/src/special.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,3 @@ Base.DFT.FFTW.r2r!
288288
Base.DFT.FFTW.plan_r2r
289289
Base.DFT.FFTW.plan_r2r!
290290
```
291-
292-
## Numerical Integration
293-
294-
Although several external packages are available for numeric integration and solution of ordinary
295-
differential equations, we also provide some built-in integration support in Julia.
296-
297-
```@docs
298-
Base.QuadGK.quadgk
299-
```

0 commit comments

Comments
 (0)