Promotic

Exp - method of the Pm object

Description:
Computes the value of "e raised to the power of y", where e is the Euler number (the basis of natural logarithms, aprox. 2.71828).
Syntax:
Double Exp(Double nY)
Parameters:
nY(Double) Requested exponent
Note:
This method is functional also in Macro expression $.expr and in the onDraw event of the PmgCanvas object.
This method is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var nAngle = 1.3;
var nHSin = Pm.Exp(nAngle) - Pm.Exp(-1 * nAngle) / 2;

History:
Pm8.02.01: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
Navigation:
 
- Pm
 
- Abs
- Cos
- E
- Exp
 
 
- LN2
- PI
- Pow
- Sin
- Tan
© MICROSYS, spol. s r.o.