This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Exp Function Example
This example uses the
Exp function to return
e raised to a power.
Dim MyAngle, MyHSin
' Define angle in radians.
MyAngle = 1.3
' Calculate hyperbolic sine.
MyHSin = (Exp(
MyAngle)
- Exp(
-1 * MyAngle)
) / 2