adnus 0.1.3__py3-none-any.whl → 0.1.4__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.
Potentially problematic release.
This version of adnus might be problematic. Click here for more details.
adnus/main.py
CHANGED
|
@@ -362,7 +362,7 @@ class HyperrealNumber(AdvancedNumber):
|
|
|
362
362
|
|
|
363
363
|
def generate_cayley_dickson_number(dimension: int, *components: float) -> Any:
|
|
364
364
|
"""
|
|
365
|
-
Generates a hypercomplex number using the Cayley-Dickson construction.
|
|
365
|
+
Generates a hypercomplex number using the Cayley-Dickson construction.
|
|
366
366
|
Args:
|
|
367
367
|
dimension: The dimension of the hypercomplex number (2^n)
|
|
368
368
|
*components: The components of the number
|
|
@@ -398,7 +398,7 @@ def generate_cd_chain(max_level: int = 8) -> List:
|
|
|
398
398
|
"""
|
|
399
399
|
Generates a chain of Cayley-Dickson algebras up to the specified level.
|
|
400
400
|
Args:
|
|
401
|
-
max_level: Maximum level of the Cayley-Dickson construction
|
|
401
|
+
max_level: Maximum level of the Cayley-Dickson construction
|
|
402
402
|
Returns:
|
|
403
403
|
List of hypercomplex number types [CD0, CD1, CD2, ..., CD_max_level]
|
|
404
404
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: adnus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: A Python library for Advanced Number Systems (AdNuS), including Bicomplex, Neutrosophic, Hyperreal numbers, reals, Complex, Quaternion, Octonion, Sedenion, Pathion, Chingon, Routon, Voudon.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Mehmet Keçeci
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
adnus/__init__.py,sha256=kTimUAw-wKQMWgyjXx5u7aA6uQ6itzSO_0UfjKY6Yoc,1439
|
|
2
|
+
adnus/_version.py,sha256=X3DZeZaHtpiam_wYTSQOnpnGhX_2TGiwKHUXSraS7Ts,370
|
|
3
|
+
adnus/main.py,sha256=XaX4D3GgnfyNxBiNyEXyIaMw_P9EXR7ISlY16o3q8ws,20200
|
|
4
|
+
adnus-0.1.4.dist-info/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
|
5
|
+
adnus-0.1.4.dist-info/METADATA,sha256=z9k-NkJui6gR1RmYBHBwGCuCAEuKhy9E-ar3ut2Nd1Y,9600
|
|
6
|
+
adnus-0.1.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
7
|
+
adnus-0.1.4.dist-info/RECORD,,
|
adnus-0.1.3.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
adnus/__init__.py,sha256=kTimUAw-wKQMWgyjXx5u7aA6uQ6itzSO_0UfjKY6Yoc,1439
|
|
2
|
-
adnus/_version.py,sha256=X3DZeZaHtpiam_wYTSQOnpnGhX_2TGiwKHUXSraS7Ts,370
|
|
3
|
-
adnus/main.py,sha256=ZsVlykej3JoQyd4rcRwNcNIu6HPCplaN-0Fur2ZjtNk,20204
|
|
4
|
-
adnus-0.1.3.dist-info/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
|
|
5
|
-
adnus-0.1.3.dist-info/METADATA,sha256=ASHoF9XBjaTOMMiTEMKXPsHdyxaq09KvPTu6rxxeD9w,9600
|
|
6
|
-
adnus-0.1.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
7
|
-
adnus-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|