Skip to content

Add asinh function to cmath #3174

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

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Conversation

dldks321
Copy link
Contributor

@dldks321 dldks321 commented Sep 30, 2021

This implement asinh in #3039

Before

>>>>> import cmath
>>>>> cmath.asinh(2)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'cmath' has no attribute 'asinh'

After

>>>>> import cmath
>>>>> cmath.asinh(2)
(1.4436354751788103+0j)

Signed-off-by: LeeBeomsu <dlqjatn2@gmail.com>
Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

Thank you for contributing!

@youknowone youknowone merged commit dee7828 into RustPython:main Sep 30, 2021
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