The module help you don't catch strange numbers when you use float numbers
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
print(tf.plus(1.32, 1.23))
return float: 1.5
function tf.minus(first, second) do subtraction of 2 numbers
print(tf.plus(1.32, 1.23))
return float: 0.09
function tf.multiply(first, second) do multiplication of 2 numbers
print(tf.multiply(1.32, 1.23))
return float: 1,6236
function tf.division(first, second) do division of 2 numbers
print(tf.division(1.32, 1.23))
return float: 1.073170731707317