cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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