[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEXPONENT\u003c/code\u003e function calculates the value of a number raised to a specified power.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a power value as an input parameter and returns the result of the number raised to that power.\u003c/p\u003e\n"],["\u003cp\u003eThe function supports both Double and Integer data types.\u003c/p\u003e\n"],["\u003cp\u003eFor example, using \u003ccode\u003e$var1$ = 5\u003c/code\u003e, \u003ccode\u003e$var1$.EXPONENT(3)\u003c/code\u003e would result in an output of \u003ccode\u003e125\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# EXPONENT function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nEXPONENT function\n=================\n\n`EXPONENT` function\n-------------------\n\nSupported data type\n-------------------\n\n\nThe `EXPONENT` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Find the value of an integer raised to the power of 3\n--------------------------------------------------------------\n\n\n**Sample data** : `$var1$ = 5`\n\n\n**Usage** : `$var1$.EXPONENT(3)`\nRaise var1 to the power of 3.\n\n\n**Output** : `125`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]