[racket] Formating Printing of Real Number

From: Ray Racine (ray.racine at gmail.com)
Date: Fri Jul 27 14:54:10 EDT 2012

Think I found it.  Thanks.

http://planet.racket-lang.org/display.ss?package=planet-fmt.plt&owner=joskoot

On Fri, Jul 27, 2012 at 2:33 PM, Matthias Felleisen <matthias at ccs.neu.edu>wrote:

>
> Jos Koot has a formatting library that deals with fp numbers. But I
> couldn't find it on planet.
>
>
> On Jul 27, 2012, at 2:27 PM, Ray Racine wrote:
>
> > Unable to locate a means to control the output formatting of
> Real/Floats/what-have-you either via current formatting facilities (format
> procedure etc) or via some parameter.  Is there anything available?
> >
> > ;; stipulate in some manner
> > > (asin 1.0+5.0i)
> > 0.1938+2.3310i
> >
> > vs.
> >
> > > (asin 1.0+5.0i)
> > 0.1937931365549321+2.3309746530493123i
> >
> > ____________________
> >  Racket Users list:
> >  http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120727/aaf31d26/attachment.html>

Posted on the users mailing list.