| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Factory.Math.Implementations.SquareRoot
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION- Implements
Algorithmicby a variety of methods. CAVEAT
Caller may benefit from application of simplify before operating on the result;
which though of the required accuracy, may not be the most concise rational number satisfying that criterion.
Synopsis
Types
Type-synonyms
Data-types
The algorithms by which the square-root has been implemented.
Constructors
Instances
| Eq Algorithm Source # | |
| Read Algorithm Source # | |
| Show Algorithm Source # | |
| Default Algorithm Source # | |
Defined in Factory.Math.Implementations.SquareRoot | |
| Iterator Algorithm Source # | |
Defined in Factory.Math.Implementations.SquareRoot | |
| Algorithmic Algorithm Source # | |
Defined in Factory.Math.Implementations.SquareRoot Methods squareRootFrom :: (Real operand, Show operand) => Algorithm -> Estimate -> DecimalDigits -> operand -> Result Source # squareRoot :: (Real operand, Show operand) => Algorithm -> DecimalDigits -> operand -> Result Source # | |