pub unsafe extern "C" fn term_is_fp_value(term: Term) -> bool
Determine if a given term is a floating-point value. @param term The term. @return True if the term is a floating-point value.