math-functions 0.3.0.0 → 0.3.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Numeric/RootFinding.hs +1/−1
- math-functions.cabal +1/−1
Numeric/RootFinding.hs view
@@ -120,7 +120,7 @@ = RelTol !Double -- ^ Relative error tolerance. Given @RelTol ε@ two values are -- considered approximately equal if- -- \[ |a - b| / |\operatorname{max}(a,b)} < \vareps \]+ -- \[ \frac{|a - b|}{|\operatorname{max}(a,b)} < \varepsilon \] | AbsTol !Double -- ^ Absolute error tolerance. Given @AbsTol δ@ two values are -- considered approximately equal if \[ |a - b| < \delta \].
math-functions.cabal view
@@ -1,5 +1,5 @@ name: math-functions-version: 0.3.0.0+version: 0.3.0.1 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE