FONCTIONS TRIGONOMÉTRIQUES

renaud - 16 oct. 2000 à 08:55
hajjoubi Messages postés 7 Date d'inscription dimanche 14 octobre 2007 Statut Membre Dernière intervention 10 juin 2010 - 9 oct. 2008 à 19:53
Cette discussion concerne un article du site. Pour la consulter dans son contexte d'origine, cliquez sur le lien ci-dessous.

https://codes-sources.commentcamarche.net/source/228-fonctions-trigonometriques

hajjoubi Messages postés 7 Date d'inscription dimanche 14 octobre 2007 Statut Membre Dernière intervention 10 juin 2010
9 oct. 2008 à 19:53
SI arctan = atn, je veux savoir le symbol de arccos et arcsin sous vb svp
et Merci
argentin7 Messages postés 125 Date d'inscription vendredi 10 août 2007 Statut Membre Dernière intervention 14 juillet 2008
5 déc. 2007 à 17:03
arctan=atn
pekch Messages postés 51 Date d'inscription vendredi 20 février 2004 Statut Membre Dernière intervention 7 juillet 2006
14 sept. 2004 à 23:59
nan nan arctan c'est pas cotan!
cs_Arkko Messages postés 192 Date d'inscription mercredi 26 décembre 2001 Statut Membre Dernière intervention 31 janvier 2007
12 juin 2003 à 03:42
une "tan-1 = 1/tan" !!!!
cs_Overflow Messages postés 5 Date d'inscription jeudi 9 janvier 2003 Statut Membre Dernière intervention 2 décembre 2003
22 janv. 2003 à 04:28
Ce qui serait bien par contre c'est une fonction permettant d'obtenir une tangente -1 (inversée)
super ton cado tout droit venu de l'aide de VB et ke tt le monde a déjà :-/
Merci, ca m'a été utile, et en échange, pour info :
Voici une liste de fonctions mathématiques non intrinsèques pouvant être dérivées des fonctions intrinsèques :

Fonction Équivalents
Sécante Sec(X) = 1 / Cos(X)
Cosécante Cosec(X) = 1 / Sin(X)
Cotangente Cotan(X) = 1 / Tan(X)
Arcsinus Arcsin(X) = Atn(X / Sqr(-X * X + 1))
Arccosinus Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)
Arcsécante Arcsec(X) = Atn(X / Sqr(X * X - 1)) + Sgn((X) - 1) * (2 * Atn(1))
Arccosécante Arccosec(X) = Atn(X / Sqr(X * X - 1)) + (Sgn(X) - 1) * (2 * Atn(1))
Arccotangente Arccotan(X) = Atn(X) + 2 * Atn(1)
Sinus hyperbolique HSin(X) = (Exp(X) - Exp(-X)) / 2
Cosinus hyperbolique HCos(X) = (Exp(X) + Exp(-X)) / 2
Tangente hyperbolique HTan(X) = (Exp(X) - Exp(-X)) / (Exp(X) + Exp(-X))
Sécante hyperbolique HSec(X) = 2 / (Exp(X) + Exp(-X))
Cosécante hyperbolique HCosec(X) = 2 / (Exp(X) - Exp(-X))
Cotangente hyperbolique HCotan(X) = (Exp(X) + Exp(-X)) / (Exp(X) - Exp(-X))
Arcsinus hyperbolique HArcsin(X) = Log(X + Sqr(X * X + 1))
Arccosinus hyperbolique HArccos(X) = Log(X + Sqr(X * X - 1))
Arctangente hyperbolique HArctan(X) = Log((1 + X) / (1 - X)) / 2
Arcsécante hyperbolique HArcsec(X) = Log((Sqr(-X * X + 1) + 1) / X)
Arccosécante hyperbolique HArccosec(X) = Log((Sgn(X) * Sqr(X * X + 1) + 1) / X)
Arccotangente hyperbolique HArccotan(X) = Log((X + 1) / (X - 1)) / 2
Logarithme de base N LogN(X) = Log(X) / Log(N)
Rejoignez-nous