Intuitionistic Fuzzy Numbers Library
Project description
INS Fuzzy Library
This library implements LR-type Intuitionistic Fuzzy Numbers (INS) with arithmetic operations:
- Addition
- Subtraction
- Multiplication (4 cases)
- Division (4 cases)
New in 0.2.0
- Hybrid INS arithmetic (analytical + α-cut)
- Robust handling of uncertain sign
- Improved division stability
Usage
from ins import INS
A = INS(2,1,2,1,3)
B = INS(3,2,1,2,2)
print(A + B)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ins_fuzzy-0.2.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ins_fuzzy-0.2.0.tar.gz.
File metadata
- Download URL: ins_fuzzy-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a51b7a59f45c1569a8df7915c3c49dc633297384fd1a794f4f542ed75334609d
|
|
| MD5 |
f848a8df394b37f4e6d93bd374b7a2a1
|
|
| BLAKE2b-256 |
f8e4c8249a35d26d6ea38c827bb2d5cc97df759bf4b6eec696c34a048e416068
|
File details
Details for the file ins_fuzzy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ins_fuzzy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade2aec29fb92c63cb2214c14dc140d6770a185e20367303bd1da4240b7a2aa7
|
|
| MD5 |
1d971276b8e6d53f94537f06d649202d
|
|
| BLAKE2b-256 |
c6f736a7bafd1f3ce18144d098bceca9416273ad96f6a00cb4b46e7c9beba2c4
|