Skip to content

Commit ec34841

Browse files
authored
Update README: quadgk is deprecated in base julia
1 parent 5ae9fd9 commit ec34841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ derivative you calculate:
112112
## Numerical Integration
113113

114114
The Calculus package no longer provides routines for univariate numerical integration.
115-
Use the ``quadgk`` method from base Julia instead.
115+
Use [QuadGK.jl](https://github.com/JuliaMath/QuadGK.jl) instead.
116116

117117
# Credits
118118

0 commit comments

Comments
 (0)