Re: Error when using expt.
"Igor Hjelmstrom Vinhas Ribeiro" <[email protected]> Fri, 24 Aug 2007 21:27:16 -0300
| Newsgroups | gmane.comp.java.sisc.user |
|---|---|
| Message-ID | <[email protected]> |
This is because the number you would generate would be absurd... (expt 4 5) = 4*4*4*4*4 = 1024 (expt 3 (expt 5)) = (expt 3 1024)=3.73.... * 10^488) (A number with a lot more than 4 hundred digits!) You are asking for 2 ^ (3.73... * 10^488) - which is a beyond imagination *insanely* large number. On 8/24/07, r2q2 <[email protected]> wrote: > > I get this error instead of getting a value when running this code. > SISC (1.16.6) > #;> (expt 2 (expt 3 (expt 4 5))) > Error in ashl: exact integer required for operation. > --------------------------- > To enable more detailed stack tracing, set the dynamic parameter > max-stack-trace-depth to a non-zero value, e.g. 16. > --------------------------- > Some stack trace entries may have been suppressed. To see all entries > set the dynamic parameter suppressed-stack-trace-source-kinds to '(). > #;> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Sisc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisc-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sisc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisc-users