Bm.pythagorean-triples

Latest version: v0.5.3

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

* First PyPI release as bm.pythagorean-triples

0.4.7

* Some minor additions
* consistency changes across all grscheller namespace PyPI repos

0.2.1.0

* Updated pythag3 cli script to provide more functionality
* docstring and README.md improvements

0.2.0.0

* All implementations going forward for integer_math module will use
just integer based algorithms. I can't really compete with C based
code from the Python standard library. The algorithms will then be
of use if ported to a platform without floating point arithmetic.
* added two new functions to the integer_math module
* iSqrt() finds the int square root of an int
* does same thing as math.isqrt()
* isSqr() return true if integer argument is a perfect square
* changed integer_math pythag3() function into a class method
* pythag3() -> Pythag3.triples()
* preliminary steps
* fould unrelated tweak to increase speed by 2X
* removed use of floating point numbers

0.1.0

* initial PyPI grscheller.boring-math release
* updated pyproject.toml to align with grscheller.datastructures

0.0.8

* working on pyproject.toml infrastructure for PyPI releases
* will use Flit as the packaging/publishing tool
* replaced bin/ scripts with `boring_math.integer_math_cli` entry-points

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.