Skip to content

komarukomaru/TrueFloat_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Exemple:

print(tf.plus(1.32, 1.23))

return float: 1.5

function tf.minus(first, second) do subtraction of 2 numbers

Exemple:

print(tf.plus(1.32, 1.23))

return float: 0.09

function tf.multiply(first, second) do multiplication of 2 numbers

Exemple:

print(tf.multiply(1.32, 1.23))

return float: 1,6236

function tf.division(first, second) do division of 2 numbers

Exemple:

print(tf.division(1.32, 1.23))

return float: 1.073170731707317

developed by: _furryich

About

True float. Without strange num

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages