PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.sin

sine function

available since version: 0.1


information

The sin() function computes the sine of input value (measured in radians). Special values: sin(+-0) returns +-0. sin(+-infinity) returns a NaN.

example

inlets:

outlets:

keywords:

math sin

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

Authors: Serge Poltavsky

License: GPL3 or later