Complex.Sinh(Complex) 메서드

정의

지정된 복소수의 하이퍼볼릭 사인을 반환합니다.

public:
 static System::Numerics::Complex Sinh(System::Numerics::Complex value);
public static System.Numerics.Complex Sinh(System.Numerics.Complex value);
static member Sinh : System.Numerics.Complex -> System.Numerics.Complex
Public Shared Function Sinh (value As Complex) As Complex

매개 변수

value
Complex

복소수입니다.

반품

의 하이퍼볼릭 사인 value입니다.

설명

복소수에 대한 메서드는 Sinh 실수에 Math.Sinh 대한 메서드에 해당합니다.

메서드는 Sinh 복소수 a + bi 의 하이퍼볼릭 사인을 다음과 같이 x + yi계산합니다.

  • x is $\sinh a \times \cos b$
  • y is $\cosh a \times \sin b$

적용 대상

추가 정보