Trigonométrie

acos
acos (x)

Alias : arccos

Fonction arccos (arc cosinus).

acosh
acosh (x)

Alias : arccosh

Fonction arccosh (cosinus hyperbolique inverse).

acot
acot (x)

Alias : arccot

Fonction arccot (cotangente inverse).

acoth
acoth (x)

Alias : arccoth

Fonction arccoth (cotangente hyperbolique inverse).

acsc
acsc (x)

Alias : arccsc

Inverse de la fonction cosécante.

acsch
acsch (x)

Alias : arccsch

Inverse de la fonction cosécante hyperbolique.

asec
asec (x)

Alias : arcsec

Inverse de la fonction sécante.

asech
asech (x)

Alias : arcsech

Inverse de la fontion sécante hyperbolique.

asin
asin (x)

Alias : arcsin

La fonction arcsin (sinus inverse).

asinh
asinh (x)

Alias : arcsinh

Fonction arcsinh (sinus hyperbolique inverse).

atan
atan (x)

Alias : arctan

Calcule la fonction arctangente (tangente inverse).

See Wikipedia or Mathworld for more information.

atanh
atanh (x)

Alias : arctanh

Fonction arctanh (tangente hyperbolique inverse).

atan2
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.

See Wikipedia or Mathworld for more information.

cos
cos (x)

Calcule la fonction cosinus.

See Wikipedia or Planetmath for more information.

cosh
cosh (x)

Calcule la fonction cosinus hyperbolique.

See Wikipedia or Planetmath for more information.

cot
cot (x)

Fonction cotangente.

See Wikipedia or Planetmath for more information.

coth
coth (x)

Fonction cotangente hyperbolique.

See Wikipedia or Planetmath for more information.

csc
csc (x)

Fonction cosécante.

See Wikipedia or Planetmath for more information.

csch
csch (x)

Fonction cosécante hyperbolique.

See Wikipedia or Planetmath for more information.

sec
sec (x)

Fonction sécante.

See Wikipedia or Planetmath for more information.

sech
sech (x)

Fonction sécante hyperbolique.

See Wikipedia or Planetmath for more information.

sin
sin (x)

Calcule la fonction sinus.

See Wikipedia or Planetmath for more information.

sinh
sinh (x)

Calcule la fonction sinus hyperbolique.

See Wikipedia or Planetmath for more information.

tan
tan (x)

Calcule la fonction tangente.

See Wikipedia or Planetmath for more information.

tanh
tanh (x)

Fonction tangente hyperbolique.

See Wikipedia or Planetmath for more information.