Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 877 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 877 Bytes

ClenshawCurtisQuadrature.jl

CCQ CI

Summary

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