Skip to content

Latest commit

 

History

History

newton_cotes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Newton Cotes quadrature

Description

Implement Newton-Cotes quadrature and compare it with Gauss-Legendre quadrature.

Build Process

# Build
cargo build --release

# Run
cargo run --release