Atan

double atan(double x);

Funkcja atan() zwraca wartość funkcji odwrotnej do tangensa dla argumentu x, podaną w radianach.

Przykład


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

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


Zobacz też:

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

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