How to make the atan2 function available? #18287
-
Hi! What is the easiest way to get it in visIt? It doesn't appear in the built-in expressions, and to use a python expression doesn't seem to be the best way. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
atan2 is available in VisIt, at least in VisIt 3.3.1, which is what I tried. It is neither documented or listed in the trigonometry functions in the Expressions window. I'll submit a ticket to fix these issues. |
Beta Was this translation helpful? Give feedback.
-
Thank you @brugger1 ! For the sake of completeness, atan2 must be called as atan2(y,x). |
Beta Was this translation helpful? Give feedback.
atan2 is available in VisIt, at least in VisIt 3.3.1, which is what I tried. It is neither documented or listed in the trigonometry functions in the Expressions window. I'll submit a ticket to fix these issues.