MindFusion.Reporting for Silverlight Programmer's Guide
Exp

Returns e (the base of natural logarithms) raised to the specified power.

Syntax

 Copy Code

double Exp (
    double value
)

Parameters

value
Any valid numeric expression.

Return Value

The number e raised to the power value.

Remarks

The Exp function complements the action of the Log function and is sometimes referred to as the antilogarithm.

See Also

Math Functions
Sqr Function