Re: integer exponentiation with negative exponent
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: integer exponentiation with negative exponent
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年4月14日 14:29:08 -0300
> True. But when that programmer coded, three years ago, `eps = 2^-48`,
> she did not know that one day it would be an error.
That is exactly what I meant when I said "Returning a float is easier
for compatibility".
-- Roberto