mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Updated __init__.py
This commit is contained in:
@@ -14,6 +14,7 @@ from .greatest_common_divisor import *
|
|||||||
from .is_prime import *
|
from .is_prime import *
|
||||||
from .multiplication import *
|
from .multiplication import *
|
||||||
from .percentage import *
|
from .percentage import *
|
||||||
|
from .percentage_difference import *
|
||||||
from .percentage_error import *
|
from .percentage_error import *
|
||||||
from .power_of_powers import *
|
from .power_of_powers import *
|
||||||
from .square import *
|
from .square import *
|
||||||
|
|||||||
@@ -19,10 +19,10 @@ from .is_leap_year import *
|
|||||||
from .lcm import *
|
from .lcm import *
|
||||||
from .minutes_to_hours import *
|
from .minutes_to_hours import *
|
||||||
from .prime_factors import *
|
from .prime_factors import *
|
||||||
|
from .product_of_scientific_notations import *
|
||||||
from .profit_loss_percent import *
|
from .profit_loss_percent import *
|
||||||
from .quotient_of_power_same_base import *
|
from .quotient_of_power_same_base import *
|
||||||
from .quotient_of_power_same_power import *
|
from .quotient_of_power_same_power import *
|
||||||
from .set_operation import *
|
from .set_operation import *
|
||||||
from .signum_function import *
|
from .signum_function import *
|
||||||
from .surds_comparison import *
|
from .surds_comparison import *
|
||||||
from .product_of_scientific_notations import *
|
|
||||||
|
|||||||
Reference in New Issue
Block a user