NuMFor cf0f85d (2025-09-27)
Numerical (Modern) Fortran. Library for Simple Numerical computing
qsimpson Module Reference

The qsimpson module provides routines for trapezoid and simpson integration of both sampled data and functions. Description: Submodule Integrate. More...

Data Types

interface  simps
 Routines for integration of sampled values or functions by using Simpson rule. More...
 
interface  trapz
 Routine for integration of sampled values or functions by using the trapezoid rule. More...
 

Detailed Description

The qsimpson module provides routines for trapezoid and simpson integration of both sampled data and functions. Description: Submodule Integrate.