This is part of 2.1.0latest release.

MLxxATAN2

0.1.0
since lib: v2.1.0  
math 

Perform a standard two argument arctangent method (ATAN2). The result is in radians.

Version history

0.1.0

  deGroot

Changes

Added:
  • initial version

Overview

kindnametypedefaultcomment
inputxREALX value [mm]
inputyREALY value [mm]

Details

x

REAL

X value in mm

y

REAL

Y value in mm

Implementation

Snippet of the function call:
dummy := MLxxATAN2(
           x := , 
           y := );

Pages built with Hugo - 23 Apr 2024 11:54 CEST