develop #9

Merged
Fabel merged 16 commits from develop into main 2025-03-14 13:36:50 +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"]