BigInteger Log Method (BigInteger, Double)SSH .NET Client Library Documentation
Returns the logarithm of a specified number in a specified base.

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,
	double baseValue
)

Return Value

The base baseValue logarithm of value, as shown in the table in the Remarks section.
See Also