factory-0.3.2.1: Rational arithmetic in an irrational world.

Safe HaskellNone
LanguageHaskell2010

Factory.Math.Implementations.SquareRoot

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Implements Algorithmic by 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

type Terms = Int Source #

The number of terms in a series.

Data-types

data Algorithm Source #

The algorithms by which the square-root has been implemented.

Functions