WLJS LogoWLJS Notebook

InexactNumberQ

InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.

Examples

InexactNumberQ[3.14]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page