From: Timothy J. H. <ti...@cs...> - 2004-05-20 19:01:28
|
I've checked a new module into CVS src/using/siscnum.scm that provides access to the SISC numeric tower provided you add sisc.jar to your classpath. (Get it from sisc.sourceforge.net, its GPL so the licencse is more restrictive than JScheme). Once you've loaded in SISC numerics you need to use (.intValue x) (.doubleValue x) .etc to send numeric values to Java as all numerics are of type sisc.data.Quantity in SISC. ---Tim--- |