WLJS LogoWLJS Notebook

RealValuedNumberQ

RealValuedNumberQ[expr] returns True if expr is a number with a real value and False otherwise.

Examples

RealValuedNumberQ[3.14]
RealValuedNumberQ[2 + 3 I]

Please visit the official Wolfram Language Reference for more details.

On this page