-
Notifications
You must be signed in to change notification settings - Fork 304
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
Added Bailey_borwein_plouffe.py #232
base: master
Are you sure you want to change the base?
Conversation
Adding a Bailey borwein plouffe file in maths folder kindly merge this pull request
def _subsum( | ||
digit_pos_to_extract: int, denominator_addend: int, precision: int | ||
) -> float: | ||
Private helper function to implement the summation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 21: This line is giving error. Please compile the program before committing. Do the necessary changes. Thankyou :)
I will fix it ASAP. |
Fixed the error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Adding a Bailey borwein plouffe file in maths folder
kindly merge this pull request