Cosh

double cosh(double x);

Funkcja cosh() zwraca wartość funkcji cosinus hiperboliczny dla argumentu x, podanego w radianach.

Przykład


#include <iostream>
#include <math.h>

int main()
{
  std::cout << cosh(5); // program wyświetli: 74.2099
  system("pause");
}


Zobacz też:

Informacje
Ostatnia modyfikacja 20-12-2007 16:19 Ostatni autor Coldpeer
Ilość wyświetleń 2107 Wersja 3
Komentarz

Katalog
Copyright © 2000-2006 by Coyote Group 0.9.3-pre3
Czas generowania strony: 0.0231 sek. (zapytań SQL: 12)