Just as an aside, testing 2 floats for equivalence is a slightly sketchy thing to do due to floating point precision. Doing that with int’s makes total sense though!
Just as an aside, testing 2 floats for equivalence is a slightly sketchy thing to do due to floating point precision. Doing that with int’s makes total sense though!