Bagikan melalui


Complex.Cosh(Complex) Metode

Definisi

Mengembalikan kosinus hiperbolik dari bilangan kompleks yang ditentukan.

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

Parameter

value
Complex

Bilangan kompleks.

Mengembalikan

Kosinus hiperbolik value.

Keterangan

Metode Cosh untuk bilangan kompleks sesuai dengan metode Math.Cosh untuk bilangan riil.

Metode Cosh menghitung kosinus hiperbolik dari bilangan kompleks a + bi sebagai x + yi, di mana:

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

Berlaku untuk

Lihat juga