C# Class Extensions.Math

Show file Open project: h07r0d/Netduino-Aquarium-Controller

Public Methods

Method Description
Log ( double x ) : double

Returns the base 10 logarithm of a specified number.

Log ( double x, double newBase ) : double
Log ( float x ) : float

Performs Log calculations with float variables

Method Details

Log() public static method

Returns the base 10 logarithm of a specified number.
public static Log ( double x ) : double
x double a Number
return double

Log() public static method

public static Log ( double x, double newBase ) : double
x double
newBase double
return double

Log() public static method

Performs Log calculations with float variables
public static Log ( float x ) : float
x float Number
return float