ClenshawCurtisQuadrature.jl is a Julia package that provides tools for performing Clenshaw-Curtis quadrature, a numerical integration technique. This method is particularly useful for quickly integrating arbitrary functions with high accuracy. The package aims to offer efficient and easy-to-use functions for integration tasks.
Currently in development and not included in any package registries. Users will need to manually add the package with this Github repository url
julia> Using Pkg; Pkg.add(url="https://github.com/DavidMSCode/ClenshawCurtisQuadrature.jl")
or enter the package manager with
julia> ]
and run
(@environment) pkg> add https://github.com/DavidMSCode/ClenshawCurtisQuadrature.jl