Numeric
Numeric x
-- yields the expression obtained from x by converting the integers and rational numbers within to double precision floating point numbers.
i1 : Numeric {1,2,3}
o1 = {1., 2., 3.}
o1 : List
See also
RR
.