Skip to content

DavidMSCode/ClenshawCurtisQuadrature.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Julia module for performing Clenshaw Curtis Quadrature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages