Loading TOC...

math:exp

math:exp(
   $x as xs:double
) as xs:double

Summary

Returns e (approximately 2.71828182845905) to the xth power.

Parameters
x The exponent to be evaluated.

Example

  math:exp(.01) 

  => 1.01005016708417

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.