Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5616 days ago | link | parent

You could make your own number data type. Have a cons cell in which both halves are bignums, the car being the mantissa and the cdr being the exponent. You would have to overload the math functions for you datatype of course, or write your own set for use in this circumstance.