X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/b002944dd992dc5a273e0067504beb48e1ae3d1c..a6a00658f26c164551287799b194cc2f07eb78be:/upstream-doc/manglsl/exp.xml diff --git a/upstream-doc/manglsl/exp.xml b/upstream-doc/manglsl/exp.xml new file mode 100644 index 0000000..34e83e4 --- /dev/null +++ b/upstream-doc/manglsl/exp.xml @@ -0,0 +1,73 @@ + + + + + + + 2011 + Khronos Group + + + exp + 3G + + + exp + return the natural exponentiation of the parameter + + Declaration + + + genType exp + genType x + + + + Parameters + + + x + + + Specify the value to exponentiate. + + + + + + Description + + pow returns the natural exponentiation of x. i.e., + ex. + + + Version Support + + #VARTABLECOLS# + + #FUNCTABLEHEADER# + + exp#newin11# + + + + + + See Also + + sin, + cos, + sinh, + cosh + + + Copyright + + Copyright 2011 Khronos Group. + This material may be distributed subject to the terms and conditions set forth in + the Open Publication License, v 1.0, 8 June 1999. + http://opencontent.org/openpub/. + + +