E (PQL)

Returns the number 'e' - the constant base of the natural logarithm, approximately equal to 2.71828.

  • Returned Output: Numeric
  • Library: PQL \ Common \ Math
  • Version: 2018.00.000
  • Compatibility:
    • Can be combined with and other PQL function throughout the application.
    • It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.

Syntax

E()
Comments
  • The function has no input parameters
Different Function types
  • This function is like the Excel EXP function.
  • Also see the natural log and exponent functions.

Examples

This example returns 2.71828

E()