Skip to content

Commit

Permalink
remove deprecated usage of float [ci skip] (JuliaLang#25379)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 authored and JeffBezanson committed Jan 4, 2018
1 parent 2138144 commit caf31eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/float.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ Bool(x::Float16) = x==0 ? false : x==1 ? true : throw(InexactError(:Bool, Bool,
float(x)
Convert a number or array to a floating point data type.
When passed a string, this function is equivalent to `parse(Float64, x)`.
"""
float(x) = AbstractFloat(x)

Expand Down

0 comments on commit caf31eb

Please sign in to comment.