C# 클래스 xFunc.Maths.ComplexExtensions

Trigonometric functions for Complex numbers.
파일 보기 프로젝트 열기: sys27/xFunc

공개 메소드들

메소드 설명
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