Light | Dark

sqrt

Name

sqrt — return the square root of the parameter

Declaration

genType sqrt( genType x);
 

Parameters

x

Specify the value of which to take the square root.

Description

sqrt returns the square root of $x$, i.e. the value $\sqrt { x }$. The result is undefined if $x < 0$.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10 3.20
sqrt (genType)

See Also

inversesqrt

Think you can improve this page? Edit this page on GitHub.