cos

Autres langues

Langue: pl

Autres versions - même langue

Version: 2002-07-27 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAZWA

cos, cosf, cosh - funkcja cosinus

SK£ADNIA


#include <math.h>



double cos(double x);



float cosf(float x);



long double cosl(long double x);

OPIS

Funkcja cos() zwraca cosinus dla x, gdzie x to warto¶æ w radianach.

WARTO¦Æ ZWRACANA

Funkcja cos() zwraca warto¶æ z przedzia³u pomiêdzy -1 a 1.

ZGODNE Z

SVID 3, POSIX, BSD 4.3, ISO 9899. Warianty float i long double s± wymagane przez C99

ZOBACZ TAK¯E

acos(3), asin(3), atan(3), atan2(3), sin(3), tan(3)