PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.cbrt

cube root function

available since version: 0.1


information

The cbrt() function computes the cube root of input value. Special values: cbrt(+-0) returns +-0. cbrt(+-infinity) returns +-infinity.

example

inlets:

outlets:

keywords:

math cbrt

See also: [math.sqrt]

Authors: Serge Poltavsky

License: GPL3 or later