PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.atan

arc tangent function

available since version: 0.1


information

Outputs the principal value of the arc tangent of input value. The result is in the range [-π/2, +π/2]. Special values: atan(+-0) returns +-0. atan(+-infinity) returns +-π/2

example

inlets:

outlets:

keywords:

math atan

See also: [math.acos] [math.asin] [math.cos]

Authors: Serge Poltavsky

License: GPL3 or later