Changes between Initial Version and Version 1 of Ticket #587
- Timestamp:
- 06/06/11 15:37:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #587 – Description
initial v1 1 1 `expt` returns +NaN when called with a negative first argument and a non-integer second argument. With a full numeric tower this would be a complex number, but those are of course not supported in the core system. 2 2 3 I suggest signal ling an error in this case. This might break existing code that relies on +NaN being returned.3 I suggest signaling an error in this case. This might break existing code that relies on +NaN being returned.