-
Notifications
You must be signed in to change notification settings - Fork 3
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 sinh(tanh(x)) and other similar functions. #165
Comments
Hi, |
On 6/21/19 9:01 AM, CaptainSifff wrote:
Hi,
do you have a pointer on what is needed for the hyperbolic functions?
Are you interested in reliable series for e.g. sinh(tanh(x)) ?
???
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#165?email_source=notifications&email_token=AAOYYX2WABPWRBVAZE4KJQLP3TGKLA5CNFSM4GHV4E4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYIMWSY#issuecomment-504417099>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOYYX6J7PUPOLUZ77B3CNLP3TGKLANCNFSM4GHV4E4A>.
Yes, I would like a good series for sinh(tanh(x)).
Maybe for sinh(a*tanh(x)) since these are used in double exponential
quadrature rules (exp a = pi/2).
Thanks!
|
And directly evaluating that function is not fast enough? or lacks precision for certain values since some overflow/underflow occurs? |
Hi Ed, |
Forget what I have previously written... |
Very nice. I'm going to play with this myself. |
the most unimaginative I could come up with is: |
Work on double exp integrals and recent fast math work in gcc indicates that sinh(tanh(x)), cosh(tanh(x)), sinh(atanh(x)), and cosh(atanh(x)). I'm not interested in optimizing but in accuracy.
The text was updated successfully, but these errors were encountered: