sqrt()

Math / Calculation

Description

Calculates the square root of a number.

Syntax

float sqrt(float x)

Parameters

NameTypeDescription
xfloatnon-negative number

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...