Is there an easy way in Common Lisp (especially in KCL) to specify the precision of arithmetic functions (=, +, -, etc.) ? In other words how can I make (= 300.0000001 300.00) return T without having to write a new = funnction? Bernd