[racket] the type of current-inexact-milliseconds

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Tue Jan 27 18:16:59 EST 2015

On 2015-01-27 16:51:34 -0500, Alexander D. Knauth wrote:
> Okay, so would it always return a flonum?

I think that's valid, since in the C implementation it returns
`scheme_make_double(scheme_get_inexact_milliseconds())`.

Cheers,
Asumu

Posted on the users mailing list.