euler-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Euler.Problems.Problem9

Synopsis

Documentation

answerTriple :: Triple Natural Source #

The pythagorean triple the question asks us to find. The tuple (a, b, c) is ordered such that a < b < c.

>>> answerTriple
Triple 200 375 425