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.
InexactNumberQ[expr] returns True if expr is an inexact real or complex number, and returns False otherwise.
InexactNumberQ[3.14]
(* True *)Please visit the official Wolfram Language Reference for more details.