Returns {@code true} if the argument is a finite floating-point value; returns {@code false} otherwise (for NaN and infinity arguments).
@param f the {@code float} value to be tested @return {@code true} if the argument is a finite floating-point value, {@code false} otherwise.
See Implementation
Returns {@code true} if the argument is a finite floating-point value; returns {@code false} otherwise (for NaN and infinity arguments).
@param f the {@code float} value to be tested @return {@code true} if the argument is a finite floating-point value, {@code false} otherwise.