How to display a real number with exactly two decimal digits in Guile Scheme? Just like printf(".2f", x) in C Thanks! -- View this message in context: http://www.nabble.com/printf%28%22.2lf%22%2C-x%29-in-Guile-Scheme--tp19523918p19523918.html Sent from the Gnu - Guile - Dev mailing list archive at Nabble.com.
- printf(".2lf", x) in Guile Scheme? walrus
- Re: printf(".2lf", x) in Guile Scheme? David Séverin