Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SevenMath Functions (continued)

Exponential Function

Overview

The Exponential function returns the base-e exponential function of x, which is e raised to the power x.

Syntax/Parameters

Syntax

float = Exponential ( float x );

Parameters

x

A float containing a numeric source value. If x is not a float, the data will be converted to a 64-bit floating-point number.

Return Value

Returns a float containing the exponential value of x. If the magnitude of the result is too large to be represented by a value of the return type, the function returns #INF and the GetLastError function will return ERROR_OVERFLOW.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic