Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

CodeSudo
Copy link
Contributor

@CodeSudo CodeSudo commented Oct 6, 2020

Adding a Bailey borwein plouffe file in maths folder
kindly merge this pull request

Adding a Bailey borwein plouffe file in maths folder 
kindly merge this pull request
@CodeSudo CodeSudo changed the title Create Bailey_borwein_plouffe.py Added Bailey_borwein_plouffe.py Oct 6, 2020
def _subsum(
digit_pos_to_extract: int, denominator_addend: int, precision: int
) -> float:
Private helper function to implement the summation
Copy link
Owner

@geekquad geekquad Oct 7, 2020

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 :)

@CodeSudo
Copy link
Contributor Author

CodeSudo commented Oct 8, 2020

I will fix it ASAP.
Thank You

Copy link
Contributor Author

@CodeSudo CodeSudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed the file

Copy link
Contributor Author

@CodeSudo CodeSudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

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