DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) JACAL

Info Catalog (guile.info.gz) SLIB installation (guile.info.gz) SLIB
 
 37.2 JACAL
 ==========
 
 Jacal is a symbolic math package written in Scheme by Aubrey Jaffer.  It
 is usually installed as an extra package in SLIB ( Packages not
 shipped with Guile).
 
    You can use Guile's interface to SLIB to invoke Jacal:
 
      (use-modules (ice-9 slib))
      (slib:load "math")
      (math)
 
 For complete documentation on Jacal, please read the Jacal manual.  If
 it has been installed on line, you can look at  Jacal (jacal)Top.
 Otherwise you can find it on the web at
 `http://www-swiss.ai.mit.edu/~jaffer/JACAL.html'
 
Info Catalog (guile.info.gz) SLIB installation (guile.info.gz) SLIB
automatically generated byinfo2html