Package-level declarations

Provides types for representing and manipulating numeric values.

Types

Link copied to clipboard

Represents a mathematical decimal number (ℚ∩ℝ_decimal), with exact arithmetic operations that don't overflow and consistent behavior across all platforms.

Link copied to clipboard

Represents a mathematical integer (ℤ), with exact arithmetic operations that don't overflow, consistent division-by-zero behavior across all platforms, and Euclidean division semantics.

Link copied to clipboard

Represents an Integer that is greater than or equal to zero.

Link copied to clipboard

Represents an Integer that is less than or equal to zero.

Link copied to clipboard

Represents an Integer that is other than zero.