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

Doing ratio operations efficiently.



I have been trying to work with rational number nowadays but I am not able to
efficiently operate on them. I get huge rational numbers in my application.
I figured that declarations will not work in this case since these are not
fixnums or integers. What should I do? Is there some way to deal with ratios
like we can deal with fixnums or even integers efficiently?

Tushar