-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
implement degree trig functions on square matrices #651
Comments
I'd like to work on this, I'm new to contributing here and any advice on how to solve this would be helpful. |
Welcome to the project! A possible implementation was given in the linked PR. It would need tests, NEWS and documentation updates in order to be ready to merge. There was also the possibility raised of generalizing |
Is there actually a use case for this? Or just for a sense of completeness? Note that any solution should correctly handle |
I don't recall what the original situation for this was. I think I was trying to call some generic code on a matrix instead of a scalar and this was what failed. |
Hi. I created a PR JuliaLang/julia#39758 to fix this issue. I'm happy for someone to review it. Thanks. |
See this closed PR: JuliaLang/julia#27254.
The text was updated successfully, but these errors were encountered: