pub unsafe fn q_is_finite_double(d: c_double) -> bool
Expand description

Returns true if the qfloat16 f is a finite number.

Calls C++ function: bool qIsFinite(double d).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool qIsFinite(qfloat16 f):

Returns true if the qfloat16 f is a finite number.

See also qIsFinite.