abstract-math 0.0.0.19__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.
@@ -1,6 +1,5 @@
1
1
  from decimal import Decimal, getcontext
2
2
  from .safe_math import *
3
- from .safe_math import exp_it, divide_it # if you need these
4
3
 
5
4
  # High precision for decimal ops
6
5
  getcontext().prec = 50
@@ -8,7 +7,7 @@ getcontext().prec = 50
8
7
  # SOL constants
9
8
  SOL_DECIMAL_PLACE = 9
10
9
  # lamports per SOL = 10**9
11
- SOL_LAMPORTS = sol_lamports = int(exponential(1, exp=SOL_DECIMAL_PLACE, num=1))
10
+ SOL_LAMPORTS = sol_lamports = int(exponentials(1, exp=SOL_DECIMAL_PLACE, num=1))
12
11
 
13
12
 
14
13
  def get_proper_args(strings, *args, **kwargs):
@@ -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
  Metadata-Version: 2.4
2
2
  Name: abstract_math
3
- Version: 0.0.0.19
3
+ Version: 0.0.0.21
4
4
  Author: putkoff
5
5
  Author-email: partners@abstractendeavors.com
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -1,6 +1,6 @@
1
1
  abstract_math/__init__.py,sha256=wr-kwaB8micSsR1nCHuDXRlsL59DWlqZQFN7M_rfZys,80
2
- abstract_math/derive_tokens.py,sha256=mVrr8UJvS8mOOLMuowKVT0h9htiraHResjMuYBR4EhA,4559
3
- abstract_math/safe_math.py,sha256=dZzxR2glwmzYKD0YlNaxOTYAg_ZNKYhDSVu7KRVIbjk,6047
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.19.dist-info/METADATA,sha256=a-8SS2TnfGaM3ayj-3douwCk5qkcFuRtF5e3-iUN_cg,3081
20
- abstract_math-0.0.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- abstract_math-0.0.0.19.dist-info/top_level.txt,sha256=b7jOgD9c0U-CGH-l7yxhMPukzD40kMEQkQRV_sGyVfE,14
22
- abstract_math-0.0.0.19.dist-info/RECORD,,
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,,