Closed marcomaggi closed 14 years ago
expt gives an exception here, but it should give some sort of NaN value:
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-01-26) Copyright (c) 2006-2009 Abdulaziz Ghuloum
(expt +i +inf.0) Unhandled exception Condition components: &assertion &who: fllog &message: "not a flonum" &irritants: (0.0+1.0i)
(expt +i +inf.0) Unhandled exception Condition components:
Matches Ikarus bug 633393, reported by Göran Weinholt.
Fixed along with other bugs in expt. Merged into ikarus and devel branches.
expt gives an exception here, but it should give some sort of NaN value:
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-01-26) Copyright (c) 2006-2009 Abdulaziz Ghuloum
Matches Ikarus bug 633393, reported by Göran Weinholt.