Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 728 Bytes

atan.adoc

File metadata and controls

54 lines (30 loc) · 728 Bytes

atan, atan2, atanh, atanpi, atan2pi

Tangent functions.

gentype atan(gentype y_over_x)

gentype atan2(gentype y,
              gentype x)

gentype atanh(gentype)

gentype atanpi(gentype x)

gentype atan2pi(gentype y,
                gentype x)

Description

atan is the arc tangent function.

atan2 is the arc tangent of y / x.

atanh is the hyperbolic arc tangent function.

atanpi computes atan (x) / π.

atan2pi computes atan2 (y, x) / π.