ReturnsEraised to the specified power.

Syntax

Smartsite SXML CopyCode image Copy Code
float math.exp(float a)

Parameters

Name Data Type Description
a Float A number specifying a power.

Return Value

Data Type Description
Float The numberEraised to the powerA.

Expand image Example

SXML