Light | Dark

exp

Name

exp — return the natural exponentiation of the parameter

Declaration

genType exp( genType x);

Parameters

x

Specify the value to exponentiate.

Description

exp returns the natural exponentiation of x. i.e., ex.

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10
exp

See Also

exp2, pow

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