Feat: remove precision setting for Decimal
This commit is contained in:
parent
84c71f6b5d
commit
16a6c4953d
@ -31,6 +31,9 @@ Expression is the classe wich handle all calculus. It can randomly generate or i
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from .API import Expression, Integer, Decimal
|
from .API import Expression, Integer, Decimal
|
||||||
|
from decimal import getcontext
|
||||||
|
#getcontext().prec = 2
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["Expression"]
|
__all__ = ["Expression"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user