C# Класс xFunc.Maths.MathExtensions

Provides static methods for additional functions.
Показать файл Открыть проект

Открытые методы

Метод Описание
Acosh ( double d ) : double

Returns the angle whose hyperbolic cosine is the specified number.

Acot ( double d ) : double

Returns the angle whose cotangent is the specified number.

Acoth ( double d ) : double

Returns the angle whose hyperbolic cotangent is the specified number.

Acsc ( double d ) : double

Returns the angle whose cosecant is the specified number.

Acsch ( double d ) : double

Returns the angle whose hyperbolic cosecant is the specified number.

Asec ( double d ) : double

Returns the angle whose secant is the specified number.

Asech ( double d ) : double

Returns the angle whose hyperbolic secant is the specified number.

Asinh ( double d ) : double

Returns the angle whose hyperbolic sine is the specified number.

Atanh ( double d ) : double

Returns the angle whose hyperbolic tangent is the specified number.

Cot ( double d ) : double

Returns the cotangent of the specified angle.

Coth ( double d ) : double

Returns the hyperbolic cotangent of the specified angle.

Csc ( double d ) : double

Returns the cosecant of the specified angle.

Csch ( double d ) : double

Returns the hyperbolic cosecant of the specified angle.

Fact ( double n ) : double

Computes the factorial.

GCD ( ) : double

Computes the polynomial greatest common divisor.

GCD ( double a, double b ) : double

Computes the greatest common divisor.

LCM ( ) : double

Computes the polynomial least common multiple.

LCM ( double a, double b ) : double

Computes the least common multiple.

Pow ( double number, double power ) : double

Returns a specified number raised to the specified power.

Sec ( double d ) : double

Returns the secant of the specified angle.

Sech ( double d ) : double

Returns the hyperbolic secant of the specified angle.

ToNewBase ( int number, NumeralSystem numeralSystem ) : string

Converts number to the new numeral system.

Описание методов

Acosh() публичный статический Метод

Returns the angle whose hyperbolic cosine is the specified number.
public static Acosh ( double d ) : double
d double A number representing a hyperbolic cosine.
Результат double

Acot() публичный статический Метод

Returns the angle whose cotangent is the specified number.
public static Acot ( double d ) : double
d double A number representing a cotangent.
Результат double

Acoth() публичный статический Метод

Returns the angle whose hyperbolic cotangent is the specified number.
public static Acoth ( double d ) : double
d double A number representing a hyperbolic cotangent.
Результат double

Acsc() публичный статический Метод

Returns the angle whose cosecant is the specified number.
public static Acsc ( double d ) : double
d double A number representing a hyperbolic cosecant.
Результат double

Acsch() публичный статический Метод

Returns the angle whose hyperbolic cosecant is the specified number.
public static Acsch ( double d ) : double
d double A number representing a hyperbolic cosecant.
Результат double

Asec() публичный статический Метод

Returns the angle whose secant is the specified number.
public static Asec ( double d ) : double
d double A number representing a secant.
Результат double

Asech() публичный статический Метод

Returns the angle whose hyperbolic secant is the specified number.
public static Asech ( double d ) : double
d double A number representing a hyperbolic secant.
Результат double

Asinh() публичный статический Метод

Returns the angle whose hyperbolic sine is the specified number.
public static Asinh ( double d ) : double
d double A number representing a hyperbolic sine.
Результат double

Atanh() публичный статический Метод

Returns the angle whose hyperbolic tangent is the specified number.
public static Atanh ( double d ) : double
d double A number representing a hyperbolic tangent.
Результат double

Cot() публичный статический Метод

Returns the cotangent of the specified angle.
public static Cot ( double d ) : double
d double An angle, measured in radians.
Результат double

Coth() публичный статический Метод

Returns the hyperbolic cotangent of the specified angle.
public static Coth ( double d ) : double
d double An angle, measured in radians.
Результат double

Csc() публичный статический Метод

Returns the cosecant of the specified angle.
public static Csc ( double d ) : double
d double An angle, measured in radians.
Результат double

Csch() публичный статический Метод

Returns the hyperbolic cosecant of the specified angle.
public static Csch ( double d ) : double
d double An angle, measured in radians.
Результат double

Fact() публичный статический Метод

Computes the factorial.
public static Fact ( double n ) : double
n double An argument.
Результат double

GCD() публичный статический Метод

Computes the polynomial greatest common divisor.
is null.
public static GCD ( ) : double
Результат double

GCD() публичный статический Метод

Computes the greatest common divisor.
public static GCD ( double a, double b ) : double
a double
b double
Результат double

LCM() публичный статический Метод

Computes the polynomial least common multiple.
is null.
public static LCM ( ) : double
Результат double

LCM() публичный статический Метод

Computes the least common multiple.
public static LCM ( double a, double b ) : double
a double
b double
Результат double

Pow() публичный статический Метод

Returns a specified number raised to the specified power.
public static Pow ( double number, double power ) : double
number double A double-precision floating-point number to be raised to a power.
power double A double-precision floating-point number that specifies a power.
Результат double

Sec() публичный статический Метод

Returns the secant of the specified angle.
public static Sec ( double d ) : double
d double An angle, measured in radians.
Результат double

Sech() публичный статический Метод

Returns the hyperbolic secant of the specified angle.
public static Sech ( double d ) : double
d double An angle, measured in radians.
Результат double

ToNewBase() публичный статический Метод

Converts number to the new numeral system.
public static ToNewBase ( int number, NumeralSystem numeralSystem ) : string
number int The number.
numeralSystem NumeralSystem The numeral system.
Результат string