You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
..
README.md

README.md

Exp

Return the natural exponentiation of the parameter

Declaration

float exp(float x)  
vec2 exp(vec2 x)  
vec3 exp(vec3 x)  
vec4 exp(vec4 x)

Parameters

x specify the value to exponentiate.

Description

exp() returns the natural exponentiation of x.

See Also

log, log2, exp2, Chapter 05: Shaping Functions