A voir également:
- Tan(x) en C
- Site x - Guide
- Sites X : Pornhub, YouPorn et Redtube sont de nouveau accessibles en France - Guide
- Photoscape x - Télécharger - Retouche d'image
- Direct x - Télécharger - Pilotes & Matériel
- Sit x - Accueil - Protection
1 réponse
La fonction tan(double x) existe bien :
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/2.7.html
N'oublie pas de faire un include de math.h ;)
Et fait attention au fait que x doit être un angle en radians et non en degrés !
"The most successful method of programming is to begin a program as simply as possible, test it, and then add to the program until it performs the required job." -- PDP8 handbook, Pg 9-64
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/2.7.html
N'oublie pas de faire un include de math.h ;)
Et fait attention au fait que x doit être un angle en radians et non en degrés !
"The most successful method of programming is to begin a program as simply as possible, test it, and then add to the program until it performs the required job." -- PDP8 handbook, Pg 9-64