Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
【電脳】Juliaのbool(x::Number) | t-nissieの日記 | スラド
[go: Go Back, main page]



パスワードを忘れた? アカウント作成
12944601 journal
数学

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

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

アレゲは一日にしてならず -- アレゲ研究家

読み込み中...