Or just use the `float64` function.

On Sun, May 4, 2014 at 2:11 PM, 'Stéphane Laurent' via julia-users <
julia-users@googlegroups.com> wrote:

> Cool like this;
>
> julia> [convert(Float64,a) for a in [x x]]
>
> 2-element Array{Any,1}:
>
>  2.13
>
>  2.13
>
>

Reply via email to