Posts Tagged ‘pythagorean triplet’

Project Euler in F# – Problem 9

{ Posted on Jan 25 2008 by claudio }
Today's exercise is Project Euler Problem 9, that says: A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a² + b² = c² For example, 3² + 4² = 9 + 16 = 25 = ...Read More »