Hallo,
Christoph Bauer wrote:
Hi,
how can I convert a float number to a integer number? Ok, there are floor, truncate, round, but the result have always a dot in it. I'd like to convert the number - it is (round (time->seconds (current-time)))
- to a string without the dot.
Thanks for help!
INEXACT->EXACT: http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_idx_...