PyPyNum 1.11.2__tar.gz → 1.12.1__tar.gz

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.
Files changed (52) hide show
  1. {pypynum-1.11.2 → pypynum-1.12.1}/PKG-INFO +171 -117
  2. {pypynum-1.11.2 → pypynum-1.12.1}/PyPyNum.egg-info/PKG-INFO +171 -117
  3. {pypynum-1.11.2 → pypynum-1.12.1}/PyPyNum.egg-info/SOURCES.txt +3 -2
  4. pypynum-1.12.1/pypynum/Group.py +118 -0
  5. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Matrix.py +2 -4
  6. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/README.md +170 -116
  7. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/__init__.py +4 -3
  8. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/confs.py +2 -2
  9. pypynum-1.12.1/pypynum/equations.py +14 -0
  10. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/maths.py +7 -10
  11. pypynum-1.12.1/pypynum/multiprec.py +303 -0
  12. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/polynomial.py +45 -2
  13. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/types.py +3 -1
  14. pypynum-1.12.1/pypynum/zh_cn.py +509 -0
  15. {pypynum-1.11.2 → pypynum-1.12.1}/setup.py +1 -1
  16. pypynum-1.11.2/pypynum/Group.py +0 -72
  17. pypynum-1.11.2/pypynum/equations.py +0 -16
  18. pypynum-1.11.2/pypynum/highprec.py +0 -125
  19. {pypynum-1.11.2 → pypynum-1.12.1}/PyPyNum.egg-info/dependency_links.txt +0 -0
  20. {pypynum-1.11.2 → pypynum-1.12.1}/PyPyNum.egg-info/top_level.txt +0 -0
  21. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Array.py +0 -0
  22. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/FourierT.py +0 -0
  23. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Geometry.py +0 -0
  24. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Graph.py +0 -0
  25. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Logic.py +0 -0
  26. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/NeuralN.py +0 -0
  27. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/PyPyNum.png +0 -0
  28. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Quaternion.py +0 -0
  29. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Symbolics.py +0 -0
  30. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Tensor.py +0 -0
  31. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Tree.py +0 -0
  32. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/Vector.py +0 -0
  33. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/chars.py +0 -0
  34. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/cipher.py +0 -0
  35. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/constants.py +0 -0
  36. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/dists.py +0 -0
  37. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/errors.py +0 -0
  38. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/file.py +0 -0
  39. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/image.py +0 -0
  40. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/numbers.py +0 -0
  41. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/plotting.py +0 -0
  42. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/pprinters.py +0 -0
  43. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/random.py +0 -0
  44. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/regression.py +0 -0
  45. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/sequence.py +0 -0
  46. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/stattest.py +0 -0
  47. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/test.py +0 -0
  48. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/this.py +0 -0
  49. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/tools.py +0 -0
  50. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/ufuncs.py +0 -0
  51. {pypynum-1.11.2 → pypynum-1.12.1}/pypynum/utils.py +0 -0
  52. {pypynum-1.11.2 → pypynum-1.12.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPyNum
3
- Version: 1.11.2
3
+ Version: 1.12.1
4
4
  Summary: PyPyNum is a Python library for math & science computations, covering algebra, calculus, stats, with data structures like matrices, vectors, tensors. It offers numerical tools, programs, and supports computational ops, functions, processing, simulation, & visualization in data science & ML, crucial for research, engineering, & data processing.
5
5
  Home-page: https://github.com/PythonSJL/PyPyNum
6
6
  Author: Shen Jiayi
@@ -234,7 +234,7 @@ processing.</font><font color = red>[Python>=3.4]</font>
234
234
  [![Downloads](https://static.pepy.tech/badge/pypynum/month)](https://pepy.tech/project/pypynum)
235
235
  [![Downloads](https://static.pepy.tech/badge/pypynum/week)](https://pepy.tech/project/pypynum)
236
236
 
237
- ## Version -> 1.11.2 | PyPI -> https://pypi.org/project/PyPyNum/ | Gitee -> https://www.gitee.com/PythonSJL/PyPyNum | GitHub -> https://github.com/PythonSJL/PyPyNum
237
+ ## Version -> 1.12.1 | PyPI -> https://pypi.org/project/PyPyNum/ | Gitee -> https://www.gitee.com/PythonSJL/PyPyNum | GitHub -> https://github.com/PythonSJL/PyPyNum
238
238
 
239
239
  ![LOGO](PyPyNum.png)
240
240
 
@@ -273,11 +273,11 @@ The logo cannot be displayed on PyPI, it can be viewed in Gitee or GitHub.
273
273
  | `pypynum.Geometry` | 几何形状 Geometric shape |
274
274
  | `pypynum.Graph` | 图论算法 Graph Theory Algorithm |
275
275
  | `pypynum.Group` | 群论算法 Group Theory Algorithm |
276
- | `pypynum.highprec` | 高精度计算 high precision computation |
277
276
  | `pypynum.image` | 图像处理 Image processing |
278
277
  | `pypynum.Logic` | 逻辑电路设计 Logic circuit design |
279
278
  | `pypynum.maths` | 通用数学函数 General mathematical functions |
280
279
  | `pypynum.Matrix` | 矩阵运算 Matrix operation |
280
+ | `pypynum.multiprec` | 多精度计算 Multi precision calculation |
281
281
  | `pypynum.NeuralN` | 神经网络训练 Neural network training |
282
282
  | `pypynum.numbers` | 数字处理 Number processing |
283
283
  | `pypynum.plotting` | 数据可视化 Data visualization |
@@ -298,6 +298,7 @@ The logo cannot be displayed on PyPI, it can be viewed in Gitee or GitHub.
298
298
  | `pypynum.ufuncs` | 通用函数 Universal functions |
299
299
  | `pypynum.utils` | 实用工具 Utility |
300
300
  | `pypynum.Vector` | 向量运算 Vector operation |
301
+ | `pypynum.zh_cn` | 中文名的函数 Functions with Chinese names |
301
302
 
302
303
  ### PyPyNum的Zen(预览)
303
304
 
@@ -337,108 +338,22 @@ Python interpreter and run it!
337
338
  ```
338
339
  !=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=
339
340
 
340
- 新增了Config类
341
+ 修复了矩阵的默认输出格式
341
342
 
342
- Added Config class
343
-
344
- Introduction
345
- The Config class is designed to manage and configure application settings. It provides a mechanism to ensure consistency in configurations and prevents accidental changes by limiting attribute modification.
346
- Roadmap
347
- The Config class is currently stable. Future updates may include new configuration options to support additional features.
348
- Usage
349
- Modifying Configuration:
350
- You can modify the configuration by setting attributes directly, but only with predefined boolean values.
351
- config. use_latex = True # Enable LaTeX formatting
352
- Reading Configuration:
353
- You can read the current configuration by accessing the attributes.
354
- print(config. use_unicode) # Output: False
355
- Ensuring Exclusive Configuration:
356
- The Config class is designed to be mutually exclusive, meaning only one configuration item can be True at a time.
357
- config. use_std = True # This will automatically set other configuration items to False
358
- Getting Configuration Information:
359
- Use the __repr__ method to get a string representation of the current configuration.
360
- print(config) # Output: Config(use_latex=True, use_std=False, use_unicode=False)
361
-
362
- 修改配置时,您可以像这样导入“from pypynum import config”
363
-
364
- When modifying the configuration, you can import 'from pypynum import config' like this
343
+ Fixed the default output format of the matrix
365
344
 
366
345
  !=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=
367
346
 
368
- 一些类现在支持以Unicode或LaTeX显示数据
369
-
370
- Some classes now support displaying data in Unicode or LaTeX
371
-
372
-
373
- Polynomial :
374
- Standard 27x - 85x^4 + 25x^12 + 54x^42 + x^47 - 29x^61 - 73x^66 - 53x^72 - 90x^94 - 99x^97
375
- Unicode 27x - 85x⁴ + 25x¹² + 54x⁴² + x⁴⁷ - 29x⁶¹ - 73x⁶⁶ - 53x⁷² - 90x⁹⁴ - 99x⁹⁷
376
- LaTeX 27x - 85x^{4} + 25x^{12} + 54x^{42} + x^{47} - 29x^{61} - 73x^{66} - 53x^{72} - 90x^{94} - 99x^{97}
377
-
378
- IntervalSet :
379
- Standard [-94, -61) U [-41, -20] U (-1, 76] U (78, 85)
380
- Unicode [-94, -61) ∪ [-41, -20] ∪ (-1, 76] ∪ (78, 85)
381
- LaTeX \left[-94, -61\right) \cup \left[-41, -20\right] \cup \left(-1, 76\right] \cup \left(78, 85\right)
382
-
383
- Matrix :
384
- Standard
385
- [[-65 26 81 -47]
386
- [ 60 85 4 -23]
387
- [ 27 56 86 -7]
388
- [ 38 79 47 76]]
389
- LaTeX
390
- \begin{bmatrix}-65 & 26 & 81 & -47\\60 & 85 & 4 & -23\\27 & 56 & 86 & -7\\38 & 79 & 47 & 76\end{bmatrix}
391
-
347
+ multiprec模块新增了一些函数
392
348
 
393
- Matrix自带的latex()方法可以设置LaTeX矩阵类型与元素间距
394
- The LaTeX() method that comes with Matrix allows you to set the LaTeX matrix type and element spacing
349
+ The multiprec module has added some new functions
395
350
 
396
- EXAMPLE :
397
- >>> print(A.latex(matrix_type="vmatrix", row_spacing=5, col_spacing=5, spacing_unit="mm"))
398
- \begin{vmatrix}-65 & \hspace{5mm} & 26 & \hspace{5mm} & 81 & \hspace{5mm} & -47\\[5mm]60 & \hspace{5mm} & 85 & \hspace{5mm} & 4 & \hspace{5mm} & -23\\[5mm]27 & \hspace{5mm} & 56 & \hspace{5mm} & 86 & \hspace{5mm} & -7\\[5mm]38 & \hspace{5mm} & 79 & \hspace{5mm} & 47 & \hspace{5mm} & 76\end{vmatrix}
399
-
400
- !=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=
401
-
402
- 新增了IntervalSet类
403
-
404
- Added IntervalSet class
405
-
406
- 支持区间的各种集合运算
407
-
408
- Support various set operations for intervals
409
-
410
- class IntervalSet(builtins.object)
411
- | __and__ = intersection(self, other)
412
- | __eq__ = is_equal(self, other)
413
- | __ge__ = is_superset(self, other)
414
- | __gt__ = is_proper_superset(self, other)
415
- | __init__(self, intervals=None)
416
- | It is a set of intervals and supports multiple operations.
417
- | :param intervals: A sequence containing multiple intervals
418
- | __le__ = is_subset(self, other)
419
- | __lt__ = is_proper_subset(self, other)
420
- | __matmul__ = complement(self, other)
421
- | __ne__ = is_not_equal(self, other)
422
- | __or__ = union(self, other)
423
- | __repr__(self, use_latex=False)
424
- | Return repr(self).
425
- | __sub__ = difference(self, other)
426
- | __xor__ = symmetric_difference(self, other)
427
- | add_interval(self, start, end, start_open=False, end_open=False)
428
- | add_intervals(self, intervals)
429
- | complement(self, other)
430
- | difference(self, other)
431
- | intersection(self, other)
432
- | is_equal(self, other)
433
- | is_not_equal(self, other)
434
- | is_proper_subset(self, other)
435
- | is_proper_superset(self, other)
436
- | is_subset(self, other)
437
- | is_superset(self, other)
438
- | latex(self)
439
- | remove_interval(self, start, end, start_open=False, end_open=False)
440
- | symmetric_difference(self, other)
441
- | union(self, other)
351
+ mp_atan(x: Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
352
+ mp_atan2(y: Union[int, str, decimal.Decimal], x: Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
353
+ mp_cosh(x: Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
354
+ mp_exp(x: Union[int, str, decimal.Decimal], sigfigs: int, builtin: bool = True) -> decimal.Decimal
355
+ mp_sinh(x: Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
356
+ setprec(sigfigs: int)
442
357
 
443
358
  !=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=
444
359
  ```
@@ -514,7 +429,7 @@ PyPyNum
514
429
  │ └── FUNCTION
515
430
  ├── Group
516
431
  │ ├── CLASS
517
- │ │ └── Group(object)/__init__(self: Any, data: Any) -> Any
432
+ │ │ └── Group(object)/__init__(self: Any, data: Any, operation: Any) -> Any
518
433
  │ └── FUNCTION
519
434
  │ └── group(data: Any) -> Any
520
435
  ├── Logic
@@ -674,12 +589,6 @@ PyPyNum
674
589
  │ └── FUNCTION
675
590
  │ ├── read(file: str) -> list
676
591
  │ └── write(file: str, cls: object) -> Any
677
- ├── highprec
678
- │ ├── CLASS
679
- │ └── FUNCTION
680
- │ ├── calc_e(digits: int, method: str) -> decimal.Decimal
681
- │ ├── calc_phi(digits: int, method: str) -> decimal.Decimal
682
- │ └── calc_pi(digits: int, method: str) -> decimal.Decimal
683
592
  ├── image
684
593
  │ ├── CLASS
685
594
  │ │ └── PNG(object)/__init__(self: Any) -> None
@@ -703,9 +612,9 @@ PyPyNum
703
612
  │ ├── asinh(x: typing.Union[int, float]) -> typing.Union[int, float]
704
613
  │ ├── atan(x: typing.Union[int, float]) -> typing.Union[int, float]
705
614
  │ ├── atanh(x: typing.Union[int, float]) -> typing.Union[int, float]
706
- │ ├── average(data: Any, weights: Any, expected: Any) -> Any
707
- │ ├── bessel_i0(x: Any) -> Any
708
- │ ├── bessel_iv(v: Any, x: Any) -> Any
615
+ │ ├── average(data: typing.Union[list, tuple], weights: typing.Union[list, tuple]) -> float
616
+ │ ├── bessel_i0(x: typing.Union[int, float]) -> typing.Union[int, float]
617
+ │ ├── bessel_iv(v: typing.Union[int, float], x: typing.Union[int, float]) -> typing.Union[int, float]
709
618
  │ ├── beta(p: typing.Union[int, float], q: typing.Union[int, float]) -> typing.Union[int, float]
710
619
  │ ├── central_moment(data: typing.Union[list, tuple], order: int) -> float
711
620
  │ ├── coeff_det(x: typing.Union[list, tuple], y: typing.Union[list, tuple]) -> typing.Union[int, float, complex]
@@ -739,7 +648,7 @@ PyPyNum
739
648
  │ ├── kurt(data: typing.Union[list, tuple], fisher: bool) -> float
740
649
  │ ├── lcm(args: int) -> int
741
650
  │ ├── ln(x: typing.Union[int, float]) -> typing.Union[int, float]
742
- │ ├── lower_gamma(s: Any, x: Any) -> Any
651
+ │ ├── lower_gamma(s: typing.Union[int, float, complex], x: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
743
652
  │ ├── mean(numbers: typing.Union[list, tuple]) -> typing.Union[int, float, complex]
744
653
  │ ├── median(numbers: typing.Union[list, tuple]) -> typing.Union[int, float, complex]
745
654
  │ ├── mod_order(a: int, n: int, b: int) -> int
@@ -767,10 +676,27 @@ PyPyNum
767
676
  │ ├── tan(x: typing.Union[int, float]) -> typing.Union[int, float]
768
677
  │ ├── tanh(x: typing.Union[int, float]) -> typing.Union[int, float]
769
678
  │ ├── totient(n: int) -> int
770
- │ ├── upper_gamma(s: Any, x: Any) -> Any
679
+ │ ├── upper_gamma(s: typing.Union[int, float, complex], x: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
771
680
  │ ├── var(numbers: typing.Union[list, tuple], dof: int) -> typing.Union[int, float, complex]
772
681
  │ ├── xlogy(x: typing.Union[int, float, complex], y: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
773
682
  │ └── zeta(alpha: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
683
+ ├── multiprec
684
+ │ ├── CLASS
685
+ │ └── FUNCTION
686
+ │ ├── frac2dec(frac: fractions.Fraction, sigfigs: int) -> decimal.Decimal
687
+ │ ├── mp_atan(x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
688
+ │ ├── mp_atan2(y: typing.Union[int, str, decimal.Decimal], x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
689
+ │ ├── mp_cos(x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
690
+ │ ├── mp_cosh(x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
691
+ │ ├── mp_e(sigfigs: int, method: str) -> decimal.Decimal
692
+ │ ├── mp_exp(x: typing.Union[int, str, decimal.Decimal], sigfigs: int, builtin: bool) -> decimal.Decimal
693
+ │ ├── mp_ln(x: typing.Union[int, str, decimal.Decimal], sigfigs: int, builtin: bool) -> decimal.Decimal
694
+ │ ├── mp_log(x: typing.Union[int, str, decimal.Decimal], base: typing.Union[int, str, decimal.Decimal], sigfigs: int, builtin: bool) -> decimal.Decimal
695
+ │ ├── mp_phi(sigfigs: int, method: str) -> decimal.Decimal
696
+ │ ├── mp_pi(sigfigs: int, method: str) -> decimal.Decimal
697
+ │ ├── mp_sin(x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
698
+ │ ├── mp_sinh(x: typing.Union[int, str, decimal.Decimal], sigfigs: int) -> decimal.Decimal
699
+ │ └── setprec(sigfigs: int) -> Any
774
700
  ├── numbers
775
701
  │ ├── CLASS
776
702
  │ └── FUNCTION
@@ -872,14 +798,142 @@ PyPyNum
872
798
  │ ├── power(x: Any, y: Any, m: Any) -> Any
873
799
  │ ├── subtract(x: Any, y: Any) -> Any
874
800
  │ └── ufunc_helper(x: Any, y: Any, func: Any) -> Any
875
- └── utils
801
+ ├── utils
802
+ │ ├── CLASS
803
+ │ │ ├── InfIterator(object)/__init__(self: Any, start: typing.Union[int, float, complex], mode: str, common: typing.Union[int, float, complex]) -> Any
804
+ │ │ ├── IntervalSet(object)/__init__(self: Any, intervals: Any) -> Any
805
+ │ │ ├── LinkedList(object)/__init__(self: Any) -> Any
806
+ │ │ ├── LinkedListNode(object)/__init__(self: Any, value: Any, next_node: Any) -> Any
807
+ │ │ └── OrderedSet(object)/__init__(self: Any, sequence: Any) -> Any
808
+ │ └── FUNCTION
809
+ └── zh_cn
876
810
  ├── CLASS
877
- │ ├── InfIterator(object)/__init__(self: Any, start: typing.Union[int, float, complex], mode: str, common: typing.Union[int, float, complex]) -> Any
878
- │ ├── IntervalSet(object)/__init__(self: Any, intervals: Any) -> Any
879
- │ ├── LinkedList(object)/__init__(self: Any) -> Any
880
- │ ├── LinkedListNode(object)/__init__(self: Any, value: Any, next_node: Any) -> Any
881
- │ └── OrderedSet(object)/__init__(self: Any, sequence: Any) -> Any
882
811
  └── FUNCTION
812
+ ├── Fraction转为Decimal(分数对象: fractions.Fraction, 有效位数: int) -> decimal.Decimal
813
+ ├── RC4伪随机生成算法(密钥序列: list) -> Any
814
+ ├── RC4初始化密钥调度算法(密钥: bytes) -> list
815
+ ├── RC4密码(文本: bytes, 密钥: bytes) -> bytes
816
+ ├── ROT13密码(文本: str) -> str
817
+ ├── S型函数(x: typing.Union[int, float]) -> typing.Union[int, float]
818
+ ├── base64密码(文本: str, 解密: bool) -> str
819
+ ├── x对数y乘积(x: float, y: float) -> float
820
+ ├── y次方根(被开方数: typing.Union[int, float, complex], 开方数: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
821
+ ├── 一维傅里叶变换(数据: Any) -> pypynum.FourierT.FT1D
822
+ ├── 上伽玛(s: typing.Union[int, float, complex], x: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
823
+ ├── 上标转整数(上标字符串: str) -> str
824
+ ├── 下伽玛(s: typing.Union[int, float, complex], x: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
825
+ ├── 下标转整数(下标字符串: str) -> str
826
+ ├── 中位数(数据: typing.List[float]) -> float
827
+ ├── 中国剩余定理(n: typing.List[int], a: typing.List[int]) -> int
828
+ ├── 中心矩(数据: typing.List[float], 阶数: int) -> float
829
+ ├── 乘积和(数组: typing.List[typing.Any]) -> float
830
+ ├── 代替密码(文本: str, 替换映射: dict, 解密: bool) -> str
831
+ ├── 众数(数据: typing.List[typing.Any]) -> Any
832
+ ├── 伽玛函数(alpha: float) -> float
833
+ ├── 余切(x: typing.Union[int, float]) -> typing.Union[int, float]
834
+ ├── 余割(x: typing.Union[int, float]) -> typing.Union[int, float]
835
+ ├── 余弦(x: typing.Union[int, float]) -> typing.Union[int, float]
836
+ ├── 偏度(数据: typing.List[float]) -> float
837
+ ├── 全一(形状: Any, 返回类型: Any) -> Any
838
+ ├── 全部填充(形状: Any, 填充值: Any, 返回类型: Any) -> Any
839
+ ├── 全零(形状: Any, 返回类型: Any) -> Any
840
+ ├── 写入(文件: str, 对象: object) -> Any
841
+ ├── 几何平均数(数据: typing.List[float]) -> float
842
+ ├── 凯撒密码(文本: str, 移位: int, 解密: bool) -> str
843
+ ├── 判定系数(x: typing.List[float], y: typing.List[float]) -> float
844
+ ├── 判断平方数(n: int) -> bool
845
+ ├── 加权平均(数据: typing.List[float], 权重: typing.List[float]) -> float
846
+ ├── 协方差(x: typing.List[float], y: typing.List[float], 自由度: int) -> float
847
+ ├── 原根(a: int, 单个: bool) -> typing.Union[int, typing.List[int]]
848
+ ├── 原点矩(数据: typing.List[float], 阶数: int) -> float
849
+ ├── 双曲余切(x: typing.Union[int, float]) -> typing.Union[int, float]
850
+ ├── 双曲余割(x: typing.Union[int, float]) -> typing.Union[int, float]
851
+ ├── 双曲余弦(x: typing.Union[int, float]) -> typing.Union[int, float]
852
+ ├── 双曲正切(x: typing.Union[int, float]) -> typing.Union[int, float]
853
+ ├── 双曲正割(x: typing.Union[int, float]) -> typing.Union[int, float]
854
+ ├── 双曲正弦(x: typing.Union[int, float]) -> typing.Union[int, float]
855
+ ├── 反余切(x: typing.Union[int, float]) -> typing.Union[int, float]
856
+ ├── 反余割(x: typing.Union[int, float]) -> typing.Union[int, float]
857
+ ├── 反余弦(x: typing.Union[int, float]) -> typing.Union[int, float]
858
+ ├── 反双曲余切(x: typing.Union[int, float]) -> typing.Union[int, float]
859
+ ├── 反双曲余割(x: typing.Union[int, float]) -> typing.Union[int, float]
860
+ ├── 反双曲余弦(x: typing.Union[int, float]) -> typing.Union[int, float]
861
+ ├── 反双曲正切(x: typing.Union[int, float]) -> typing.Union[int, float]
862
+ ├── 反双曲正割(x: typing.Union[int, float]) -> typing.Union[int, float]
863
+ ├── 反双曲正弦(x: typing.Union[int, float]) -> typing.Union[int, float]
864
+ ├── 反正切(x: typing.Union[int, float]) -> typing.Union[int, float]
865
+ ├── 反正割(x: typing.Union[int, float]) -> typing.Union[int, float]
866
+ ├── 反正弦(x: typing.Union[int, float]) -> typing.Union[int, float]
867
+ ├── 可能是平方数(n: int) -> bool
868
+ ├── 填充序列(形状: Any, 序列: Any, 重复: Any, 填充: Any, 返回类型: Any) -> Any
869
+ ├── 多次方根取整(被开方数: int, 开方数: int) -> int
870
+ ├── 多精度余弦(x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
871
+ ├── 多精度双曲余弦(x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
872
+ ├── 多精度双曲正弦(x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
873
+ ├── 多精度反正切(x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
874
+ ├── 多精度圆周率(有效位数: int, 方法: str) -> decimal.Decimal
875
+ ├── 多精度对数(真数: typing.Union[int, float], 底数: typing.Union[int, float], 有效位数: int, 使用内置方法: bool) -> decimal.Decimal
876
+ ├── 多精度方位角(y: typing.Union[int, float], x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
877
+ ├── 多精度欧拉数(有效位数: int, 方法: str) -> decimal.Decimal
878
+ ├── 多精度正弦(x: typing.Union[int, float], 有效位数: int) -> decimal.Decimal
879
+ ├── 多精度自然对数(真数: typing.Union[int, float], 有效位数: int, 使用内置方法: bool) -> decimal.Decimal
880
+ ├── 多精度自然指数(指数: typing.Union[int, float], 有效位数: int, 使用内置方法: bool) -> decimal.Decimal
881
+ ├── 多精度黄金分割率(有效位数: int, 方法: str) -> decimal.Decimal
882
+ ├── 多项式方程(系数: list) -> list
883
+ ├── 导数(函数: Any, 参数: float, 步长: float, 额外参数: Any, 额外关键字参数: Any) -> float
884
+ ├── 峰度(数据: typing.List[float], 费希尔: bool) -> float
885
+ ├── 希尔256密码(文本: bytes, 密钥: list, 解密: bool) -> bytes
886
+ ├── 平均数(数据: typing.List[float]) -> float
887
+ ├── 平方平均数(数据: typing.List[float]) -> float
888
+ ├── 平方根取整(被开方数: int) -> int
889
+ ├── 序列滚动(序列: typing.Iterator[typing.Any], 偏移: int) -> typing.Iterator[typing.Any]
890
+ ├── 归一化(数据: typing.List[float], 目标: float) -> typing.List[float]
891
+ ├── 扩展欧几里得算法(a: int, b: int) -> typing.Tuple[int, int, int]
892
+ ├── 排列数(总数: int, 选取数: int) -> int
893
+ ├── 数组(数据: list, 检查: bool) -> pypynum.Array.Array
894
+ ├── 整数转上标(标准字符串: str) -> str
895
+ ├── 整数转下标(标准字符串: str) -> str
896
+ ├── 方差(数据: typing.List[float], 自由度: int) -> float
897
+ ├── 普莱费尔密码(文本: str, 密钥: str, 解密: bool) -> str
898
+ ├── 最大公约数(args: int) -> int
899
+ ├── 最小公倍数(args: int) -> int
900
+ ├── 极差(数据: typing.List[float]) -> float
901
+ ├── 标准差(数据: typing.List[float], 自由度: int) -> float
902
+ ├── 模运算阶(a: int, n: int, b: int) -> int
903
+ ├── 欧拉函数(n: int) -> int
904
+ ├── 正切(x: typing.Union[int, float]) -> typing.Union[int, float]
905
+ ├── 正割(x: typing.Union[int, float]) -> typing.Union[int, float]
906
+ ├── 正弦(x: typing.Union[int, float]) -> typing.Union[int, float]
907
+ ├── 相关系数(x: typing.List[float], y: typing.List[float]) -> float
908
+ ├── 积分(函数: Any, 积分开始: float, 积分结束: float, 积分点数: int, 额外参数: Any, 额外关键字参数: Any) -> float
909
+ ├── 积累乘积(数据: typing.List[float]) -> float
910
+ ├── 符号函数(x: typing.Union[int, float, complex]) -> typing.Union[int, float, complex]
911
+ ├── 类似形状全一(数组A: Any, 返回类型: Any) -> Any
912
+ ├── 类似形状全零(数组A: Any, 返回类型: Any) -> Any
913
+ ├── 类似形状填充(数组A: Any, 填充值: Any, 返回类型: Any) -> Any
914
+ ├── 累乘积(序列: typing.List[float]) -> typing.List[float]
915
+ ├── 累加和(序列: typing.List[float]) -> typing.List[float]
916
+ ├── 线性方程组(左边: list, 右边: list) -> list
917
+ ├── 组合数(总数: int, 选取数: int) -> int
918
+ ├── 维吉尼亚密码(文本: str, 密钥: str, 解密: bool) -> str
919
+ ├── 自然对数(真数: typing.Union[int, float]) -> typing.Union[int, float]
920
+ ├── 自然指数(指数: typing.Union[int, float]) -> typing.Union[int, float]
921
+ ├── 莫尔斯密码(文本: str, 解密: bool) -> str
922
+ ├── 误差函数(x: typing.Union[int, float]) -> typing.Union[int, float]
923
+ ├── 读取(文件: str) -> list
924
+ ├── 调和平均数(数据: typing.List[float]) -> float
925
+ ├── 贝塔函数(p: float, q: float) -> float
926
+ ├── 贝塞尔I0(x: typing.Union[int, float]) -> typing.Union[int, float]
927
+ ├── 贝塞尔Iv(v: typing.Union[int, float], x: typing.Union[int, float]) -> typing.Union[int, float]
928
+ ├── 负一整数次幂(指数: int) -> int
929
+ ├── 转换为列表(数据: Any) -> list
930
+ ├── 转换为数组(数据: Any) -> pypynum.Array.Array
931
+ ├── 连续乘积(下界: int, 上界: int, 函数: typing.Callable) -> float
932
+ ├── 连续加和(下界: int, 上界: int, 函数: typing.Callable) -> float
933
+ ├── 阶乘函数(n: int) -> int
934
+ ├── 阿特巴什密码(文本: str) -> str
935
+ ├── 频率统计(数据: typing.List[typing.Any]) -> typing.Dict[typing.Any, int]
936
+ └── 黎曼函数(alpha: float) -> float
883
937
  ```
884
938
 
885
939
  ### 代码测试