[racket] Formatted output of floating-point numbers?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Thu Jan 12 06:17:01 EST 2012

Dmitry Pavlov wrote at 01/12/2012 05:53 AM:
> printf("%10.5lf\n", 12.345678);
>    

This library doesn't do exactly that, but it might help until you find 
something better: http://www.neilvandyke.org/racket-numformat/

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.