| How do I coerce the product of a double-float and (something else) to a 
| single-float?

(coerce x 'single-float)
or
(float x 1f0)

Paul



Reply via email to