PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.sqrt

square root function

available since version: 0.1


information

The sqrt() function compute the non-negative square root of x. Special values: sqrt(-0) returns -0. sqrt(x) returns a NaN and generates a domain error for x < 0.

example

inlets:

outlets:

keywords:

math sqrt

Authors: Serge Poltavsky

License: GPL3 or later