Grscheller.boring-math

Latest version: v0.4.9

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

Scan your dependencies

Page 4 of 5

0.1.1

* fixed some negative value edge cases
* lcm(0,0) now gives 0 instead of a divide by zero exception
* some authors leave lcm(0, 0) as undefined
* lcm(0, 0) = 0 does make sense
* since a*0 = 0 for all a >= 0
* 0 is the smallest non-negative integer a such that a*0 = 0
* most math theorems remain true for this case
* README.md improvements

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

0.0.4

* first coding changes in years!
* gh-pages configured

0.0.0.3

* added pyproject.toml

0.0.0.2

* got package working again
* did not understand iterators that well when I first wrote this package
* replaced my `take` with `itertools.islice`
* generated docs from docstrings with pdoc3

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.