Logowanie
|
Rejestracja
|
Forum
|
Pomoc
|
Reklama
|
Szukaj
Strona główna
::
C
Atan
Edytuj
Historia
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ż:
atan2
acos
asin
cos
sin
tan
Kategoria
:
C
,
C
,
Cmath
Ostatnia modyfikacja
20-12-2007 16:10
Ostatni autor
Coldpeer
Ilość wyświetleń
5089
Wersja
3
Delphi
Artykuły
Kompendium
Gotowce
FAQ
.NET
Turbo Pascal
FAQ
PHP
FAQ
Java
FAQ
C/C++
Artykuły
FAQ
C#
Wprowadzenie
Assembler
FAQ
(X)HTML
CSS
JavaScript
Z pogranicza
Recenzje
Algorytmy
więcej »
Delphi
C/C++
Turbo Pascal
Assembler
PHP
Programy
Dokumentacja
Kursy
Komponenty
więcej »