如何在Moose中聲明一個類變量作爲浮點? 我的(虛構的)下面的示例會產生「Real」,「Number」等錯誤...「Str」有效,但是失敗了。搜索/ Google沒有幫助,因爲我找不到正確的搜索字詞... PROBLEM.pm package PROBLEM;
use strict;
use warnings;
use Moose;
has 'PROBLEM'=> (isa=>'rea
我期待下面的代碼生成:「Both are equal」,但我得到了「Both are NOT equal」: float a=1.3f;
double b=1.3;
if(a==b)
{
System.out.println("Both are equal");
}
else{
System.out.println("Both are NOT equal");
}
,這是什麼原