quadrature-fortran icon indicating copy to clipboard operation
quadrature-fortran copied to clipboard

1D-6D Adaptive Gaussian Quadrature with Modern Fortran

Results 2 quadrature-fortran issues
Sort by recently updated
recently updated
newest added

Is this supposed to be `log10(2.0_wp)`? That would be `0.3010299957`.

I'm looking for a code which supports quadrature on the interval `[a,Inf)`. From a quick glance at the code, I don't think this is supported currently? The only Fortran code...