DecisioningDecision Platform Authoring GuideFunction ReferenceExp FunctionOn this page Exp Function The Exp function returns e raised to a given power. Syntax Exp(power) The Exp function returns e raised to a given power. Arguments power Numeric - A number specifying a power. Remarks Example: Exp(2); // returns 7.389056