[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

arithmeticprecision



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