Real
Real is the head used for real (floating-point) numbers.
Examples
Check head of a real number:
Head[3.14]
(* Real *)Pattern matching:
MatchQ[2.718, _Real]
(* True *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.