Next: , Previous: , Up: syslib numerics   [Index]


12.10.3 Exact integers increment

Unsafe Operation: $add1-integer N

Increment by 1 the fixnum or bignum N and return the result.

Unsafe Operation: $add1-bignum N

Increment by 1 the bignum N and return the result.

Unsafe Operation: $add1-fixnum N

Increment by 1 the fixnum N and return the result.