Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
jiffy
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
62
Wiki
Toiminta
Selaa lähdekoodia
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 vuotta sitten
vanhempi
ea5f8060ea
commit
90b28c68e6
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
c_src/decoder.c
+ 1
- 1
c_src/decoder.c
Näytä tiedosto
@ -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
;
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna