pi-day #8

Merged
Fabel merged 15 commits from pi-day into develop 2025-03-14 13:35:41 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit fc840bb42b - Show all commits

View File

@ -1,3 +1,4 @@
from fabelous_math.simple_functions import is_even, is_odd from fabelous_math.simple_functions import is_even, is_odd
from fabelous_math.rooting import rooting
__all__ = ["is_even", "is_odd"] __all__ = ["is_even", "is_odd", "rooting"]