Skip to content

Add BigNumInterger class and demo#9

Merged
jnetu merged 1 commit intomasterfrom
release-1.6
Mar 16, 2026
Merged

Add BigNumInterger class and demo#9
jnetu merged 1 commit intomasterfrom
release-1.6

Conversation

@jnetu
Copy link
Owner

@jnetu jnetu commented Mar 16, 2026

Introduce BigNumInterger arbitrary-precision integer (base 10^9) with constructors, add/subtract/multiply/divide/pow, compare, digitCount and formatted suffix output (toSuffix / toSuffixFull). Adds a suffix table (including Googol) and helper utilities for magnitude operations and division. Update Main.java to import and demonstrate the new BigNumInterger (BigIntergerDemo) and switch some output calls to the print helper. Add package-info for the new numbers package

Introduce BigNumInterger arbitrary-precision integer (base 10^9) with constructors, add/subtract/multiply/divide/pow, compare, digitCount and formatted suffix output (toSuffix / toSuffixFull). Adds a suffix table (including Googol) and helper utilities for magnitude operations and division. Update Main.java to import and demonstrate the new BigNumInterger (BigIntergerDemo) and switch some output calls to the print helper. Add package-info for the new numbers package
@jnetu jnetu merged commit b566e4c into master Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant