t-nissieの日記: 【電脳】Juliaのbool(x::Number)
日記 by
t-nissie
0.4.6でdeprecated
julia> VERSION
v"0.4.6"
julia> bool(Complex(1.0,-0.0))
WARNING: bool(x::Number) is deprecated, use x != 0 instead.
in depwarn at deprecated.jl:73
in bool at deprecated.jl:50
while loading no file, in expression starting on line 0
true
0.5でError
julia> VERSION
v"0.5.0"
julia> bool(Complex(1.0,-0.0))
ERROR: UndefVarError: bool not defined
【電脳】Juliaのbool(x::Number) More ログイン