PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.tan

tangent function

available since version: 0.1


information

The tan() function computes the tangent of x (measured in radians). Special values: tan(+-0) returns +-0. tan(+-infinity) returns a NaN and raises the "invalid" floating-point exception.

example

inlets:

outlets:

keywords:

math tan

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

Authors: Serge Poltavsky

License: GPL3 or later