fractionizer-0.6.0.0: Allows to approximate the fractional numbers in the range [0.005, 1) or better [0.005, sqrt (2/3)] with sum of two unit fractions of special types.
Safe HaskellSafe-Inferred
LanguageHaskell2010

UnitFractionsDecomposition2

Synopsis

Documentation

suitable2 :: Double -> (Double, Double) Source #

Partially defined function, if there is no solutions then returns a tuple of undefined. Beter to use suitable21