0.0.3
- replace
&mut self
bymut self
forIntegraal
methods; this allows single-line init & compute - add Romberg's & Simpson's methods
- replace hardcoded
f64
with a generic fp type
&mut self
by mut self
for Integraal
methods; this allows single-line init & computef64
with a generic fp type