Skip to main content

math.exp(power)

Returns the exponential value for a given power

Availability

Device + Agent

Parameters

Name Type Description
power Float/integer Any numerical value

Returns

Float — the exponential value

Description

This function returns the value of e (2.71828) raised to the passed power.

Example Code