that's because identical checks if the two inputs are exactly the same, for example, 3 is not identical to 3.0. You should not use identical for math.
that's because identical checks if the two inputs are exactly the same, for example, 3 is not identical to 3.0. You should not use identical for math.