Sqrt
Square root. Returns the non-negative square root of the input.
Block
Interactive preview is available in the interactive reader.
Parameters
input- Non-negative number. Negative inputs are clamped to 0.
How it works
Sqrt is useful for converting area to radius, or for smooth falloff curves (e.g. distance-based effects). Inputs below zero are treated as 0.