C# Class xFunc.Maths.ComplexExtensions

Trigonometric functions for Complex numbers.
Exibir arquivo Open project: sys27/xFunc

Public Methods

Method Description
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.

Method Details

Acosh() public static method

Returns the hyperbolic arcosine of the specified complex number.
public static Acosh ( Complex number ) : Complex
number Complex Complex number.
return Complex

Acot() public static method

Returns the arccotangent of the specified complex number.
public static Acot ( Complex number ) : Complex
number Complex Complex number.
return Complex

Acoth() public static method

Returns the hyperbolic arcotangent of the specified complex number.
public static Acoth ( Complex number ) : Complex
number Complex Complex number.
return Complex

Acsc() public static method

Returns the arcosecant of the specified complex number.
public static Acsc ( Complex number ) : Complex
number Complex Complex number.
return Complex

Acsch() public static method

Returns the hyperbolic arcosecant of the specified complex number.
public static Acsch ( Complex number ) : Complex
number Complex Complex number.
return Complex

Asec() public static method

Returns the arcosecant of the specified complex number.
public static Asec ( Complex number ) : Complex
number Complex Complex number.
return Complex

Asech() public static method

Returns the hyperbolic arsecant of the specified complex number.
public static Asech ( Complex number ) : Complex
number Complex Complex number.
return Complex

Asinh() public static method

Returns the hyperbolic arsine of the specified complex number.
public static Asinh ( Complex number ) : Complex
number Complex Complex number.
return Complex

Atanh() public static method

Returns the hyperbolic artangent of the specified complex number.
public static Atanh ( Complex number ) : Complex
number Complex Complex number.
return Complex

Cot() public static method

Returns the cotangent of the specified complex number.
public static Cot ( Complex number ) : Complex
number Complex Complex number.
return Complex

Coth() public static method

Returns the hyperbolic cotangent of the specified complex number.
public static Coth ( Complex number ) : Complex
number Complex Complex number.
return Complex

Csc() public static method

Returns the cosecant of the specified complex number.
public static Csc ( Complex number ) : Complex
number Complex Complex number.
return Complex

Csch() public static method

Returns the hyperbolic cosecant of the specified complex number.
public static Csch ( Complex number ) : Complex
number Complex Complex number.
return Complex

Sec() public static method

Returns the secant of the specified complex number.
public static Sec ( Complex number ) : Complex
number Complex Complex number.
return Complex

Sech() public static method

Returns the hyperbolic secant of the specified complex number.
public static Sech ( Complex number ) : Complex
number Complex Complex number.
return Complex