Is this the intended behavior for exact rationals?

guile> (format #f "~f" (/ 1 3))

FORMAT: error with call: (format #f "~f<===" ===>1/3 )
        illegal character `/' in number->string

If so how to format them?

Reply via email to