このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
SisMaker
/
jiffy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
プロジェクト
0
リリース
62
Wiki
アクティビティ
ソースを参照
Bug fix for large doubles with a fraction
My truth table was a bit busted for extreme value doubles.
pull/44/head
Paul J. Davis
12年前
親
ea5f8060ea
コミット
90b28c68e6
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
c_src/decoder.c
+ 1
- 1
c_src/decoder.c
ファイルの表示
@ -561,7 +561,7 @@ parse:
if
(
!
has_frac
&
&
!
has_exp
)
{
num_type
=
d
-
>
atoms
-
>
atom_bignum
;
}
else
if
(
has_exp
)
{
}
else
if
(
!
has_frac
&
&
has_exp
)
{
num_type
=
d
-
>
atoms
-
>
atom_bignum_e
;
}
else
{
num_type
=
d
-
>
atoms
-
>
atom_bigdbl
;
書き込み
プレビュー
読み込み中…
キャンセル
保存