integralScan
fun integralScan( a: Double, b: Double, eps: Double, f: (Double) -> Double): IntegralScanResult
Content copied to clipboard
Returns samples of for various values . The sampling points are chosen adaptively using the algorithm adaptsim
from Gander and Gautschi (more accessible link).
Parameters
a
b
f
eps
desired error in the length approximation