True float. Without strange num.
Project description
True Float Library
What is this?
The module help you don't catch strange numbers when you use float numbers
Using
Using the library is as simple and convenient as possible:
Let's import it first:
First, import everything from the library (use the from ... import * construct).
Examples of all operations:
function tf.plus(first, second) do addition of 2 numbers
Example:
print(tf.plus(1.32, 1.23))
return float: 1.5
function tf.minus(first, second) do subtraction of 2 numbers
Example:
print(tf.plus(1.32, 1.23))
return float: 0.09
function tf.multiply(first, second) do multiplication of 2 numbers
Example:
print(tf.multiply(1.32, 1.23))
return float: 1,6236
function tf.division(first, second) do division of 2 numbers
Example:
print(tf.division(1.32, 1.23))
return float: 1.073170731707317
developed by: _furryich
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
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 truefloat-1.0.2.tar.gz.
File metadata
- Download URL: truefloat-1.0.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a63576076c6158d3255514185f15760cef060443d11811f0fc8a95271b4c719d
|
|
| MD5 |
ebeded0b681b25d33f9f73c87b45e53e
|
|
| BLAKE2b-256 |
d08c9e2287860a838d8572c92e1553f7aa1db098f6cf1d77aa9be54a41ee148d
|
File details
Details for the file TrueFloat-1.0.2-py3-none-any.whl.
File metadata
- Download URL: TrueFloat-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a83d335b82170204efd79f094a0cc11438e397b23b45bdbee305be6e1d5723e4
|
|
| MD5 |
a4b42803c9e0dc439210e63f26cf7e83
|
|
| BLAKE2b-256 |
8ed8bbf09e28812b48780c389e4e8f886a66499d468cb1c94708e43726310a6e
|