PreviousUpNext

13.2.24  integer

The standard library integer package implements indefinite-precision integer arithmetic.

The integer package implements the Integer API, which is a superset of the vanilla Int API.

The integer package source code is in src/lib/std/integer.pkg which is a proxy for src/lib/std/src/integer-guts.pkg.

See also: large_int.

See also: large_unt.

See also: int.

See also: tagged_int.

See also: int1.

See also: int2.

The above information is manually maintained and may contain errors.

Integer

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext