abstract-math 0.0.0.20__py3-none-any.whl → 0.0.0.21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- abstract_math/derive_tokens.py +1 -1
- abstract_math/safe_math.py +0 -2
- {abstract_math-0.0.0.20.dist-info → abstract_math-0.0.0.21.dist-info}/METADATA +1 -1
- {abstract_math-0.0.0.20.dist-info → abstract_math-0.0.0.21.dist-info}/RECORD +6 -6
- {abstract_math-0.0.0.20.dist-info → abstract_math-0.0.0.21.dist-info}/WHEEL +0 -0
- {abstract_math-0.0.0.20.dist-info → abstract_math-0.0.0.21.dist-info}/top_level.txt +0 -0
abstract_math/derive_tokens.py
CHANGED
|
@@ -7,7 +7,7 @@ getcontext().prec = 50
|
|
|
7
7
|
# SOL constants
|
|
8
8
|
SOL_DECIMAL_PLACE = 9
|
|
9
9
|
# lamports per SOL = 10**9
|
|
10
|
-
SOL_LAMPORTS = sol_lamports = int(
|
|
10
|
+
SOL_LAMPORTS = sol_lamports = int(exponentials(1, exp=SOL_DECIMAL_PLACE, num=1))
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
def get_proper_args(strings, *args, **kwargs):
|
abstract_math/safe_math.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
from abstract_utilities import *
|
|
2
2
|
import math
|
|
3
3
|
#math functions ------------------------------------------------------------------------------------------------------
|
|
4
|
-
def exponential(value,exp=9,num=-1):
|
|
5
|
-
return multiply_it(value,exp_it(10,exp,num))
|
|
6
4
|
|
|
7
5
|
def add_it(number_1,number_2):
|
|
8
6
|
if return_0(number_1,number_2)==float(0):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
abstract_math/__init__.py,sha256=wr-kwaB8micSsR1nCHuDXRlsL59DWlqZQFN7M_rfZys,80
|
|
2
|
-
abstract_math/derive_tokens.py,sha256=
|
|
3
|
-
abstract_math/safe_math.py,sha256=
|
|
2
|
+
abstract_math/derive_tokens.py,sha256=Ts_Jh-UnVQEgo3cfkIhpbaXGPmLG148pGqksnuOtJxk,4498
|
|
3
|
+
abstract_math/safe_math.py,sha256=sJvGIMj2urcsAeWcc72WBjzrpkaKIRJoZUBYdaC9tzA,5961
|
|
4
4
|
abstract_math/flask_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
abstract_math/flask_scripts/flask_utils.py,sha256=z6gpPshiOeqNANBQkZMZPkegCzj-GK3OpSOi1lN19Sc,28483
|
|
6
6
|
abstract_math/solar_math/__init__.py,sha256=FfPkmWi3cQ3BLvUUUf6k22rGBE8scDL1EoM5l24biVo,39
|
|
@@ -16,7 +16,7 @@ abstract_math/solar_math/src/utils/__init__.py,sha256=Vb2bfx1p9YSmhnbqXBjGVPt1OQ
|
|
|
16
16
|
abstract_math/solar_math/src/utils/escape_velocity.py,sha256=9oixNxWyY4pxa7e1INwbreD8GJEw2BZIgV_IqXiDd9Y,2971
|
|
17
17
|
abstract_math/solar_math/src/utils/geometry_utils.py,sha256=Ij4mASNFp2-CWy425fxMTEuMPuAZHs-E0qvi3BjaNkk,4169
|
|
18
18
|
abstract_math/solar_math/src/utils/velocity_utils.py,sha256=_SyOscVvYsvbm1T1Rh4uqegXdf61mHll5s3UfQcdUnU,1162
|
|
19
|
-
abstract_math-0.0.0.
|
|
20
|
-
abstract_math-0.0.0.
|
|
21
|
-
abstract_math-0.0.0.
|
|
22
|
-
abstract_math-0.0.0.
|
|
19
|
+
abstract_math-0.0.0.21.dist-info/METADATA,sha256=YkC0CIK7ZbdbL-TkobbbEaIjonlma317OySbl8ShCmE,3081
|
|
20
|
+
abstract_math-0.0.0.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
abstract_math-0.0.0.21.dist-info/top_level.txt,sha256=b7jOgD9c0U-CGH-l7yxhMPukzD40kMEQkQRV_sGyVfE,14
|
|
22
|
+
abstract_math-0.0.0.21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|