Feat: remove precision setting for Decimal
This commit is contained in:
parent
0c84c63ad3
commit
c211ed1591
@ -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