-
Notifications
You must be signed in to change notification settings - Fork 32
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
Inconsistent naming of Lambert W functions #65
Comments
Oh, I got it. Thank you for notice. |
Axect
added a commit
that referenced
this issue
Jul 30, 2024
Axect
added a commit
that referenced
this issue
Jul 30, 2024
- Fix inconsistent lambert w in prelude (#65) - Write a doc string for special/mod.rs
Axect
added a commit
that referenced
this issue
Jul 30, 2024
- Fix inconsistent lambert w in prelude (#65) - Write doc string for special/mod.rs
Thanks again for bringing this to our attention. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just realized that I named the Lambert W functions inconsistently in the
prelude
implementation: the secondary branch was given the namelambert_w_m1
when it's namedlambert_wm1
infuga
.The fix is easy, just rename the function to
lambert_wm1
inprelude
, but this would be a breaking change.It's probably not worth worrying about as the API is different between the
prelude
andfuga
implementations anyway, but I wanted to notify you.The text was updated successfully, but these errors were encountered: