Next: , Previous: , Up: Argument Conversion   [Contents][Index]


2.4.4 Numbers

The conversion between Scheme and native integer arguments is direct, but since Scheme integers can be any size, an overflow error can occur when converting to native values. Likewise Scheme floating-point values are only 8-byte floats, so they can overflow when converting to a native argument expecting a 4-byte float.