[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dumb DrScheme rational # question



On Tue, Jan 29, 2002 at 10:49:04AM -0500, Brian Gregor wrote:
> 
> DrScheme (v 200alpha9) returns rational #'s for many
> division operations.  Is there a way to force it to
> convert to a floating point number?  Common Lisp
> has a 'float' function for this, but MzScheme doesn't
> seem to have any such equivalent.
> 
> 
> thanks,
> 
> brian
> 

exact->inexact


Paul