NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
float sqrt ( float  x)
inline

Compute square root.

Computes the square root of x.

Parameters
xFloating point value.
Returns
Square root of x.
Examples:
ex_isnan.nxc, ex_labs.nxc, and ex_sqrt.nxc.