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

Add complex atanh and atan #25

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Add complex atanh and atan #25

merged 2 commits into from
Aug 27, 2024

Conversation

pearu
Copy link
Owner

@pearu pearu commented Aug 27, 2024

As in the title.

In addition, this PR

  • workarounds mpz->longdouble conversion incorrectness. This issue appeared when mpmath uses gmpy2 and when evaluating functions for numpy.float128 inputs.
  • adds min_value and max_value arguments to real_samples
  • adds min/max_real/imag_value arguments to complex_samples
  • introduces TextImage that is useful for analyzing complex functions from an environment with no GUI.

Fixes #24

@pearu pearu merged commit 87bd746 into main Aug 27, 2024
2 checks passed
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.

Add complex arctan
1 participant