Posted on 28th April 2025|50 views
Does built-in float of python and np.float64 type in python give the same results?
Posted on 28th April 2025| views
Yes, the built-in float of Python and np.float64 give the same number the only difference is a native python type uses "sane" representation and float64 gives the accurate result for example native representation of [16] gives 5.9975, and float64[17] gives 5.9974999999999996