pythagorean_triples.cli

Overview

Entry points for automatically generated CLI scripts.

Pythagorean CLI applications

Command line applications to generate and analyze Pythagorean Triples.

Pythagorean triples generation

Module pythag3_cli

Function

CLI Program with Arguments

Description

pythag3

pythag3 [a_start, [a_max, [abc_max]]

print all triples (a, b, c) such that start <= a <= a_max and a, b, c <= abc_max