sqrt()
Math / CalculationDescription
Calculates the square root of a number.
Syntax
float sqrt(float x)
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | non-negative number |
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...