Expand description
Allows to compute on big integer numbers. No negative numbers support.
Macros§
Structs§
- Places
Row PlacesRowrepresents row of decimal places starting at ones (0index).
Enums§
- Oom
- Order of magnitude enumeration.
- OomKind
- Order of magnitude computational kind.
- Prime
GenRes - Prime number generation result enumeration.
- Prime
GenStrain - Prime number generation strain enumeration.
- Rel
- Relation enumeration.
- RelDec
- Decimal relation enumeration.
Constants§
- SQUARE_
ROOT_ TEN_ COMPARATOR - Represents 1,000 numbers of √10 ≈ 3.16.
Functions§
- add
- Computes
addend1andaddend2sum. - divrem
- Computes
dividendanddivisorratio and remainder. - heron_
sqrt - Computes integer square root of
num. - mul
- Computes
factor1andfactor2product. - ord_
of_ mag - Computes order of magnitude for
numandkind. - pow
- Computes
powerofbase. - prime_
ck - Examines
numprimality. - rel
- Checks relation of
numtocomparand. - rel_dec
- Compares decimal places count of
numandcomparand. - root
- Computes
nthinteger root ofradicand. - sub
- Computes
minuendandsubtrahenddifference.
Type Aliases§
- DecCnt
- Decimal places count.