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 cauchy link function #304

Merged
merged 7 commits into from
Sep 11, 2020
Merged

added cauchy link function #304

merged 7 commits into from
Sep 11, 2020

Conversation

StrikerRUS
Copy link
Member

Refer to #228.

@coveralls
Copy link

coveralls commented Aug 30, 2020

Coverage Status

Coverage increased (+0.09%) to 96.631% when pulling ac5df2b on cauchy into 2501263 on master.

Copy link
Member

@izeigerman izeigerman left a comment

Choose a reason for hiding this comment

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

This looks great, thanks!

@@ -66,6 +64,118 @@ def log1p(expr):
utils.div(utils.mul(expr, ast.LogExpr(expr1p)), expr1pm1))


def atan(expr):
Copy link
Member

Choose a reason for hiding this comment

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

This looks super scary :D

Copy link
Member Author

@StrikerRUS StrikerRUS Sep 11, 2020

Choose a reason for hiding this comment

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

Yeah, I know! 😃

But it was the only one I could find with appropriate accuracy. Others either have error about 1e-4 - 1e-6 or look even more scary. I even cannot remember how many trials I've made. There were Chebyshev, CORDIC, Taylor, Remez (in Sollya package)...

Copy link
Member

Choose a reason for hiding this comment

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

Wow, impressive. Amazing work as always 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you!

@izeigerman izeigerman merged commit 91ef2ef into master Sep 11, 2020
@izeigerman izeigerman deleted the cauchy branch September 11, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants