tan

Autres langues

Langue: pl

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAZWA

tan, tanf, tanl - funkcja tangens

SK£ADNIA


#include <math.h>



double tan(double x);



float tanf(float x);



long double tanl(long double x);

OPIS

Funkcja tan() zwraca tangens dla x, gdzie x to warto¶æ w radianach.

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), cos(3), sin(3)