ADR suggestion: Support trigonometric functions in Parameters
#212
henrikjacobsenfys
started this conversation in
Ideas
Replies: 2 comments
-
|
Scipp finally added support for trigonometric functions with the PR scipp/scipp#3854. So we can now follow suit and make our own which also propagates min/max :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Let's wait until they've implemented sinc, since that's the one I actually need first: scipp/scipp#3855 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to be able to take e.g. sin of a Parameter. Specifically, I would like: sin, cos, tan, asin, acos, atan, atan2, sinc.
Hyperbolic versions of these might also be useful.
Ideally, we'd depend on scipp for error propagation. However, see this discussion: scipp/scipp#3826
Beta Was this translation helpful? Give feedback.
All reactions