Skip to content
Prev 58695 / 398502 Next

About 'choose' function

(Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> writes:
...
And just to rub it in:
[1] 1.613121e+300

in 2.0.0, whereas the straightforward calculation
[1] 1.613161e+300

is off in the 6th significant digit, due to cancellation between
[1] 1.429057e+12

and
[1] 1.429057e+12

(the true difference between the two is supposed to be
[1] 769.3459
)