Or just use the `float64` function.
On Sun, May 4, 2014 at 2:11 PM, 'Stéphane Laurent' via julia-users < [email protected]> wrote: > Cool like this; > > julia> [convert(Float64,a) for a in [x x]] > > 2-element Array{Any,1}: > > 2.13 > > 2.13 > >
Or just use the `float64` function.
On Sun, May 4, 2014 at 2:11 PM, 'Stéphane Laurent' via julia-users < [email protected]> wrote: > Cool like this; > > julia> [convert(Float64,a) for a in [x x]] > > 2-element Array{Any,1}: > > 2.13 > > 2.13 > >