<general-integer>
Parent class of all integers.
Exported from
Module Extensions
Module common-dylan
Modifiers
abstract free sealed
Superclasses
<rational>
Subclasses
<double-integer>
<extended-integer>
<integer>
Functions on <general-integer>
ash
gcd
integer-length
lcm
logbit?
lognot
ratio
write-integer
Functions returning <general-integer>
ash
ceiling
ceiling/
floor
floor/
gcd
lcm
logand
logior
lognot
logxor
round
round/
truncate
truncate/
Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.
The common-dylan module.
The class of rational numbers.
A class.
An integer of any size.
The class of integers.
Performs an arithmetic shift on the binary representation of its first argument.
Returns the greatest common divisor of its two arguments.
A generic function.
Returns the least common multiple of its two arguments.
Tests the value of a particular bit in its argument.
Returns the bitwise
not
of its argument.
Makes a ratio from two integers.
A function.
Truncates a real number toward positive infinity.
Returns the ceiling of the quotient of two numbers.
Truncates a real number toward negative infinity.
Returns the floor of the quotient of two numbers.
Returns the bitwise
and
of its arguments.
Returns the bitwise
inclusive or
of its arguments.
Returns the bitwise
exclusive or
of its arguments.
Rounds a real number toward the nearest mathematical integer.
Rounds off the quotient of two numbers.
Truncates a real number toward zero.
Returns the truncated quotient of two numbers.