Skip to content

Fix incorrect multiplication example in documentation #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

lioniqs
Copy link

@lioniqs lioniqs commented Apr 19, 2025

Fixed an error in the documentation example where the result of multipliedBy() was incorrect.

Fixed an error in the documentation example where the result of multipliedBy() was incorrect.
@BenMorel
Copy link
Member

Hi, no the result is actually 30, not 45.

BigInteger is immutable, so $ten is not affected by the previous line!

@BenMorel BenMorel closed this Apr 19, 2025
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.

2 participants