Converts a Macaulay2 RR (floating-point real number) to an R double vector of length 1.
i1 : RObject pi
--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string
o1 = 3.14159265358979
o1 : RObject of type double
QQ and other Number subtypes are also converted to R double vectors.
i2 : RObject (3/2)
--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string
o2 = 1.5
o2 : RObject of type double