I'm not sure what your question is, but the documentation is correct in both 
cases. You can also use the Compat package, which allows you to write
    x = @compat Float32(y)
even on julia 0.3.

--Tim

On Friday, April 24, 2015 12:35:01 AM Sisyphuss wrote:
> To convert a number to the type Float32,
> 
> In 0.3 doc: float32()
> In 0.4 doc: Float32()

Reply via email to