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

Ensure all functions correctly handle Float16 #133

Open
30 of 51 tasks
ararslan opened this issue Nov 15, 2018 · 2 comments
Open
30 of 51 tasks

Ensure all functions correctly handle Float16 #133

ararslan opened this issue Nov 15, 2018 · 2 comments

Comments

@ararslan
Copy link
Member

ararslan commented Nov 15, 2018

It was noted that gamma and lgamma did not handle Float16 in #131, which was subsequently fixed in #132. I'm opening this issue to track correct handling in the remaining functions exported by this package. Please feel free to check off as appropriate.

  • airy
  • airyai
  • airyaiprime
  • airyaiprimex
  • airyaix
  • airybi
  • airybiprime
  • airybiprimex
  • airybix
  • airyprime
  • airyx
  • besselh
  • besselhx
  • besseli
  • besselix
  • besselj
  • besselj0
  • besselj1
  • besseljx
  • besselk
  • besselkx
  • bessely
  • bessely0
  • bessely1
  • besselyx
  • beta
  • cosint
  • dawson
  • digamma
  • erf
  • erfc
  • erfcinv
  • erfcx
  • erfi
  • erfinv
  • eta
  • gamma
  • hankelh1
  • hankelh1x
  • hankelh2
  • hankelh2x
  • invdigamma
  • lbeta
  • lbinomial
  • lfact
  • lfactorial
  • lgamma
  • polygamma
  • sinint
  • trigamma
  • zeta
@devmotion
Copy link
Member

erfcx, erfi, and dawson were fixed in #353.

@devmotion
Copy link
Member

devmotion commented Oct 3, 2021

beta, logbeta, logabsbeta, and polygamma work in recent SpecialFunctions versions.

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

No branches or pull requests

2 participants