forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

how do we convert an array{Float64,1} in a Float64? #261

Closed Lytu closed 9 years ago

Lytu commented 9 years ago

Someone know how to convert an array{Float64,1} in a Float64? Thank you

WestleyArgentum commented 9 years ago

I'm not quite sure what you're asking, but there are docs on manipulating arrays in Julia here: http://docs.julialang.org/en/release-0.3/manual/arrays/