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

Trigonometric functions for Complex numbers.
Показать файл Открыть проект

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

Метод Описание
Acosh ( Complex number ) : Complex

Returns the hyperbolic arcosine of the specified complex number.

Acot ( Complex number ) : Complex

Returns the arccotangent of the specified complex number.

Acoth ( Complex number ) : Complex

Returns the hyperbolic arcotangent of the specified complex number.

Acsc ( Complex number ) : Complex

Returns the arcosecant of the specified complex number.

Acsch ( Complex number ) : Complex

Returns the hyperbolic arcosecant of the specified complex number.

Asec ( Complex number ) : Complex

Returns the arcosecant of the specified complex number.

Asech ( Complex number ) : Complex

Returns the hyperbolic arsecant of the specified complex number.

Asinh ( Complex number ) : Complex

Returns the hyperbolic arsine of the specified complex number.

Atanh ( Complex number ) : Complex

Returns the hyperbolic artangent of the specified complex number.

Cot ( Complex number ) : Complex

Returns the cotangent of the specified complex number.

Coth ( Complex number ) : Complex

Returns the hyperbolic cotangent of the specified complex number.

Csc ( Complex number ) : Complex

Returns the cosecant of the specified complex number.

Csch ( Complex number ) : Complex

Returns the hyperbolic cosecant of the specified complex number.

Sec ( Complex number ) : Complex

Returns the secant of the specified complex number.

Sech ( Complex number ) : Complex

Returns the hyperbolic secant of the specified complex number.

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

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

Returns the hyperbolic arcosine of the specified complex number.
public static Acosh ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the arccotangent of the specified complex number.
public static Acot ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic arcotangent of the specified complex number.
public static Acoth ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the arcosecant of the specified complex number.
public static Acsc ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic arcosecant of the specified complex number.
public static Acsch ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the arcosecant of the specified complex number.
public static Asec ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic arsecant of the specified complex number.
public static Asech ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic arsine of the specified complex number.
public static Asinh ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic artangent of the specified complex number.
public static Atanh ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the cotangent of the specified complex number.
public static Cot ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic cotangent of the specified complex number.
public static Coth ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the cosecant of the specified complex number.
public static Csc ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic cosecant of the specified complex number.
public static Csch ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the secant of the specified complex number.
public static Sec ( Complex number ) : Complex
number Complex Complex number.
Результат Complex

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

Returns the hyperbolic secant of the specified complex number.
public static Sech ( Complex number ) : Complex
number Complex Complex number.
Результат Complex