bool-hybrid-array 9.11.15__py3-none-any.whl → 9.11.16__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.
@@ -6,7 +6,7 @@ except:from . import core
6
6
  from .core import __builtins__,builtins
7
7
  try:from . import int_array,float_array
8
8
  except:pass
9
- __version__ = "9.11.15"
9
+ __version__ = "9.11.16"
10
10
  public_objects = []
11
11
  for name in dir(core):
12
12
  if not name.startswith("_"):
@@ -343,4 +343,4 @@ class MathTools(BaseMathTools,metaclass = namespace):
343
343
  e = 2.718281828
344
344
  protected_names = (*BaseMathTools.protected_names,"e","sub","mul")
345
345
 
346
- print(MathTools.sub(10,23))#输出:230
346
+ print(MathTools.mul(10,23))#输出:230