ExpX

Syntax

ExpX(Input: Variant, Base: Variant)

Parameters

Input. Power exponent.

Base. Variable that sets the base of power.

Description

It returns the result of raising variable points to the specified power.

Comments

The ExpX and Power duplicates each other.

Example

Formula Result Application
= ExpX({Canada|BCA},{Brazil|BCA})

Brazil|BCA factor observations are raised to the power, that is set by the observations of the Canada|BCA factor.

It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database.
= ExpX(2,X1) All X1 factor points are raised to the second power. It can be used in model formulas of modeling container.
= ExpX(4,2)

24=16

It can be used in formulas of calculated series of time series database and modeling container models.

See also:

Functions Available in Expression Editor │ Arithmetic FunctionsIModelling.ExpX