PureData CEAMMC library web documentation
available since version: 0.1
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.
Authors: Serge Poltavsky
License: GPL3 or later