next up previous contents
Next: Basic Operations Up: PIOLOGIE Manual An Exact Previous: Compiler Flags

Natural (natural.h)

Natural is a class that provides a arbitrary precision natural number arithmetic. We can use this class Natural like a unsigned built-in type, e.g. unsigned int, without length restriction.

We support only one built-in type Digit, because of efficiency and portability. The built-in type Digit is unsigned and contains $\beta$ bits. The largest possible built-in number is $\gamma = 2^\beta-1$.



 

Piologie Version 1.2
3/3/1998