Skip to content

InexactNumberQ

Status: Experimental

present and registered, but lightly documented and not yet covered by dedicated tests.

Description

InexactNumberQ[expr]

gives True if expr is an inexact number, False otherwise.

Notes Inexact numbers are machine reals, arbitrary-precision (MPFR) reals, and Complex numbers with an inexact part. The complement of ExactNumberQ among numbers.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: Protected.

References