Displaying 4 results from an estimated 4 matches for "1e80".
Did you mean:
180
2010 Mar 25
2
print(big+small*1i) -> big + 0i
Should both parts of a complex number be printed
to the same precision? The imaginary part of 0
looks a bit odd when log10(real/imag) >=~ getOption("digits"),
but I'm not sure it is awful. Some people might
expect the same number of significant digits in the
two parts.
> 1e7+4i
[1] 10000000+0i
> 1e7+5i
[1] 10000000+0i
> 1e10 + 1000i
[1] 1e+10+0e+00i
>
2006 Oct 03
1
R-2.4.0 is released
...nts in a function call in
the wrong scope (from the body of nls).
o Printing of complex numbers could misbehave when one of the
parts was large (so scientific notation was used) and the
other was so much smaller that it had no significant digits
and should have been printed as zero (e.g. 1e80+3e44i).
o Using install.packages with type="mac.binary" and target path
starting with ~ failed with a cryptic message while unpacking.
o getwd() now works correctly when the working directory is
unavailable (e.g. unreadable).
o The alternative hypothesis in wilcox.test()...
2006 Oct 03
1
R-2.4.0 is released
...nts in a function call in
the wrong scope (from the body of nls).
o Printing of complex numbers could misbehave when one of the
parts was large (so scientific notation was used) and the
other was so much smaller that it had no significant digits
and should have been printed as zero (e.g. 1e80+3e44i).
o Using install.packages with type="mac.binary" and target path
starting with ~ failed with a cryptic message while unpacking.
o getwd() now works correctly when the working directory is
unavailable (e.g. unreadable).
o The alternative hypothesis in wilcox.test()...
2012 Jun 24
0
nouveau _BIOS method
....
1e40: 07 14 11 5f 44 49 53 08 7d 50 47 52 43 0a 80 50 ..._DIS.}PGRC..P
1e50: 47 52 43 14 0b 5f 50 52 53 08 a4 50 52 53 47 14 GRC.._PRS..PRSG.
1e60: 38 5f 43 52 53 08 08 52 54 4c 47 11 09 0a 06 23 8_CRS..RTLG....#
1e70: 00 00 18 79 00 8b 52 54 4c 47 01 49 52 51 30 70 ...y..RTLG.IRQ0p
1e80: 00 49 52 51 30 79 01 7b 50 47 52 43 0a 0f 00 49 .IRQ0y.{PGRC...I
1e90: 52 51 30 a4 52 54 4c 47 14 1b 5f 53 52 53 09 8b RQ0.RTLG.._SRS..
1ea0: 68 01 49 52 51 30 82 49 52 51 30 60 76 60 70 60 h.IRQ0.IRQ0`v`p`
1eb0: 50 47 52 43 14 18 5f 53 54 41 08 a0 0c 7b 50 47 PGRC.._STA...{PG
1ec0: 52...