next | previous | forward | backward | up | top | index | toc | home

numeric -- convert to floating point

Description

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.