From: Hing Ng
Subject: Q: Basic Questions on Common Lisp.
Date: 
Message-ID: <2r00u4$bgg@infa.central.susx.ac.uk>
Hi! Can somebody help me out on this. I need to understand an algorithm
but it is in Lisp which I don't know. 

Q1) when i see a statement: (/ a b c)
    does it mean: a / b / c         

Q2) how about: realpart (x)
    does it mean:  abs(x)
    there is no indication thro' out that x is a complex no.


Thanks guys!
······@sussex.ac.uk