Log function

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.QSharp.Foundation

Returns the natural (base $e$) logarithm of a specified number.

function Log (input : Double) : Double

Input

input : Double

Output : Double

Remarks

See System.Math.Log for more details.