is_finite_number#

qf_lib.common.utils.numberutils.is_finite_number.is_finite_number(variable) bool[source]#

Checks if the given variable is number and if it is finite.

Parameters:

variable – variable to be tested

Returns:

True if the variable is the finite number, False otherwise

Return type:

bool