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 *)Please visit the official Wolfram Language Reference for more details.
Real is the head used for real (floating-point) numbers.
Check head of a real number:
Head[3.14]
(* Real *)Pattern matching:
MatchQ[2.718, _Real]
(* True *)Please visit the official Wolfram Language Reference for more details.