ExpD function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.QSharp.Foundation

Returns the natural logarithmic base raised to a specified power.

function ExpD (a : Double) : Double

Input

a : Double

The power to which $e$ should be raised.

Output : Double

The natural logarithmic base raised to the power a, $e^a$.

Remarks

Note that on some execution targets, this function may be implemented by a limited-precision algorithm.