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月29日 10:33:45 -0300
> let ^ always return floats, no error on negative exponents, no
> wrap-around for large numbers. Any new behavior can be put somewhere
> else ...
That is not a bad idea, too (especially when compared to the options).
-- Roberto