[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
arithmeticprecision
- To: Common-Lisp%sail.stanford.edu@ICS.UCI.EDU
- Subject: arithmeticprecision
- From: Bernd Nordhausen <bernd%cip.ics.uci.edu@ICS.UCI.EDU>
- Date: Mon, 18 Jul 88 20:44:36 -0700
- Reply-to: Bernd Nordhausen <bernd%cip.ics.uci.edu@ICS.UCI.EDU>
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