cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
diemilio
Level I

atan2 function

Is there a built-in atan2 function in jmp? If so, where can I find it?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: atan2 function

You can get atan2 functionality by using both arguments in the ATan() function in JSL.  If you're following the definition here (atan2 - Wikipedia, the free encyclopedia), the Wikipedia arguments y and x correspond to the x1 and x2 arguments, respectively, in the JSL function.

In general, you can find information on JSL functions by using the Scripting Index (found in the Help menu).  The Scripting Index has entries for JSL functions as well as messages that can be sent via scripting to platform objects and display objects.

Michael Crotty
Principal Statistical Writer
Manager, Statistical Documentation
JMP Development

View solution in original post

1 REPLY 1

Re: atan2 function

You can get atan2 functionality by using both arguments in the ATan() function in JSL.  If you're following the definition here (atan2 - Wikipedia, the free encyclopedia), the Wikipedia arguments y and x correspond to the x1 and x2 arguments, respectively, in the JSL function.

In general, you can find information on JSL functions by using the Scripting Index (found in the Help menu).  The Scripting Index has entries for JSL functions as well as messages that can be sent via scripting to platform objects and display objects.

Michael Crotty
Principal Statistical Writer
Manager, Statistical Documentation
JMP Development

Recommended Articles