acos (x)
Alias : arccos
Fonction arccos (arc cosinus).
acosh (x)
Alias : arccosh
Fonction arccosh (cosinus hyperbolique inverse).
acot (x)
Alias : arccot
Fonction arccot (cotangente inverse).
acoth (x)
Alias : arccoth
Fonction arccoth (cotangente hyperbolique inverse).
acsc (x)
Alias : arccsc
Inverse de la fonction cosécante.
acsch (x)
Alias : arccsch
Inverse de la fonction cosécante hyperbolique.
asec (x)
Alias : arcsec
Inverse de la fonction sécante.
asech (x)
Alias : arcsech
Inverse de la fontion sécante hyperbolique.
asin (x)
Alias : arcsin
La fonction arcsin (sinus inverse).
asinh (x)
Alias : arcsinh
Fonction arcsinh (sinus hyperbolique inverse).
atan (x)
Alias : arctan
Calcule la fonction arctangente (tangente inverse).
atanh (x)
Alias : arctanh
Fonction arctanh (tangente hyperbolique inverse).
atan2 (y, x)
Alias : arctan2
Calculates the arctan2 function. If
x>0
then it returns
atan(y/x)
. If x<0
then it returns sign(y) * (pi - atan(|y/x|)
.
When x=0
it returns sign(y) *
pi/2
. atan2(0,0)
returns 0
rather than failing.
cos (x)
Calcule la fonction cosinus.
See Wikipedia or Planetmath for more information.
cosh (x)
Calcule la fonction cosinus hyperbolique.
See Wikipedia or Planetmath for more information.
cot (x)
Fonction cotangente.
See Wikipedia or Planetmath for more information.
coth (x)
Fonction cotangente hyperbolique.
See Wikipedia or Planetmath for more information.
csc (x)
Fonction cosécante.
See Wikipedia or Planetmath for more information.
csch (x)
Fonction cosécante hyperbolique.
See Wikipedia or Planetmath for more information.
sec (x)
Fonction sécante.
See Wikipedia or Planetmath for more information.
sech (x)
Fonction sécante hyperbolique.
See Wikipedia or Planetmath for more information.
sin (x)
Calcule la fonction sinus.
See Wikipedia or Planetmath for more information.
sinh (x)
Calcule la fonction sinus hyperbolique.
See Wikipedia or Planetmath for more information.
tan (x)
Calcule la fonction tangente.
See Wikipedia or Planetmath for more information.
tanh (x)
Fonction tangente hyperbolique.
See Wikipedia or Planetmath for more information.