-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantsmathsMathematical functionsMathematical functions
Description
Referencing this discourse entry
In Julia 0.6, there seems to be some round methods missing for basic types in Base
:
julia> round(Float32, 1.0)
ERROR: MethodError: no method matching round(::Type{Float32}, ::Float64)
[...]
julia> round(Float64, 1.0)
ERROR: MethodError: no method matching round(::Type{Float64}, ::Float64)
[...]
julia> round(Complex64, Complex(0, 1.0))
ERROR: MethodError: no method matching round(::Type{Complex{Float32}}, ::Complex{Float64})
[...]
I interpreted @StefanKarpinski 's entry as a request to file an issue. I hope I did the right thing ?
StefanKarpinski, ararslan, HarrisonGrodin, miguelraz, DrKrar and 1 moreStefanKarpinski, ararslan, miguelraz and brenhinkeller
Metadata
Metadata
Assignees
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantsmathsMathematical functionsMathematical functions