just found a small mistake in the documentation: can you find it?

        (numerator q) → integer?

      q : rational?

Coerces q to an exact number, finds the numerator of the number expressed in 
its simplest fractional form, and returns this number coerced to the exactness 
of q.

        (denominator q) → integer?

      q : rational?

Coerces q to an exact number, finds the numerator of the number expressed in 
its simplest fractional form, and returns this number coerced to the exactness 
of q.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to