Exp Function (Access custom web app)

Office 2013 and later

Returns the exponential value of the specified expression.

Last modified: March 09, 2015

Applies to: Access 2013 | Access 2016

Important note Important

Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.

Exp(NumericExpression)

The Exp function contains the following argument.

Argument name

Description

NumericExpression

An expression of type Double or of a type that can be implicitly converted to Double.

The constant e (2.718281…), is the base of natural logarithms.

The exponent of a number is the constant e raised to the power of the number. For example Exp(1.0) = e^1.0 = 2.71828182845905 and Exp(10) = e^10 = 22026.4657948067.

The exponential of the natural logarithm of a number is the number itself: Exp(LOG (n)) = n. And the natural logarithm of the exponential of a number is the number itself: LOG (Exp(n)) = n.

Show: