Name

atan2 — Calculates arctangent of y/x

Synopsis

atan2 (y,
  x);

Returns

NUMBER OR ARRAY

Parameters

Name Type Default Description
y array_or_number
x array_or_number

Description

This function is inspired by AmiBroker function: www.amibroker.com/guide/afl/atan2.html

Calculates arctangent of y/x