Skip to content

llAtan2

Function Syntax
float llAtan2(
  1. float y, // A floating-point value.
  2. float x // A floating-point value.
);

Returns the arc-tangent2 of y, x.