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

Feature request: Tensor::arctan and other inverse trigonometric functions #2813

Open
ken-lauer opened this issue Feb 14, 2025 · 0 comments
Open
Labels
enhancement Enhance existing features feature The feature request

Comments

@ken-lauer
Copy link

Feature description

It would be great to have support for the inverse trigonometric functions on Tensors (f32, f64 if possible). This includes:

  • arctan
  • arccos
  • arcsin
  • arccot
  • arcsec
  • arccsc

Feature motivation

I'm giving Burn and alternatives a spin with some simple scientific computing routines. arctan is required for a specific calculation.

@laggui laggui added feature The feature request enhancement Enhance existing features labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing features feature The feature request
Projects
None yet
Development

No branches or pull requests

2 participants