Number.Exp

This function calculates the exponential value of a given number. The "number" parameter specifies the number for which the exponential value will be calculated. If the "number" parameter is empty, th...

Syntax

Number.Exp(number as nullable number) as nullable number

About

This function calculates the exponential value of a given number. The "number" parameter specifies the number for which the exponential value will be calculated. If the "number" parameter is empty, the function will return null.

Explanation

Calculate the exponential value of e raised to the power of 3 using Power Query MNumber.Exp(3). The result is approximately 20.085536923187668.