pub type BigNumOct = BigNumBase<Octal>;
struct BigNumOct { pub sig: u64, pub exp: u64, pub base: Octal, }
sig: u64
exp: u64
base: Octal