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 variants enumeration.
- OomClass
- Order of magnitude computational variants.
- Prime
GenClass - Prime number generation variants enumeration.
- Prime
GenErr - Prime number generation error enumeration.
- Prime
GenRes - Prime number generation result enumeration.
- Rel
- Relation enumeration.
- RelDec
- Decimal relation enumeration.
Constants§
- SQUARE_
ROOT_ TEN_ COMPARATOR - Represents 1,000 numbers of √10 ≈ 3.16.
Traits§
- Prime
GenRes Aide - Helper trait for working with return type of
pgandpg_swwhich isResult<PrimeGenRes, PrimeGenErr>.
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
numandclass. - 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.