BigInteger Log Method (BigInteger)SSH .NET Client Library Documentation
Returns the natural (base e) logarithm of a specified number.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static double Log(
	BigInteger value
)

Return Value

The natural (base e) logarithm of value, as shown in the table in the Remarks section.
See Also