Hello,
I'm a Common Lisp-Newbie, sorry for my question:
When I multiply a float with an integer, I don't get the correct result:
For example
But I need 5.85 or 117/20.
How can I do this?
Thank you.
I'm a Common Lisp-Newbie, sorry for my question:
When I multiply a float with an integer, I don't get the correct result:
For example
(* 1.95 3)
result: 5.8500004But I need 5.85 or 117/20.
How can I do this?
Thank you.
Last edited by gigg on , edited 1 time in total.