Class Logarithm
Logarithm calculator.
Namespace: Advanced.Algorithms.Binary
Assembly: Advanced.Algorithms.dll
Syntax
public class Logarithm : object
Methods
CalcBase10LogFloor(Int32)
Declaration
public static int CalcBase10LogFloor(int x)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x |
Returns
Type | Description |
---|---|
Int32 |
CalcBase2LogFloor(Int32)
Declaration
public static int CalcBase2LogFloor(int x)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x |
Returns
Type | Description |
---|---|
Int32 |