Class that do some extended operations such math cacls, string calcs, gd calcs. Useful for calculations in graphs, Machine learning processes and others. This package of methods has been created to ...
#This file makes the difference between linspace and arange clear. These two commands are often mixed up. import numpy as np print(np.linspace(4,20,3))#The last number indicates the number of substeps ...