Тригонометрические

acos
acos (x)

Синонимы: arccos

Функция arccos (арккосинус, обратный косинус).

acosh
acosh (x)

Синонимы: arccosh

Функция arccosh (обратный гиперболический косинус).

acot
acot (x)

Синонимы: arccot

Фунция arccot (арккотангенс, обратный котангенс).

acoth
acoth (x)

Синонимы: arccoth

Функция arccoth (обратный гиперболический котангенс).

acsc
acsc (x)

Синонимы: arccsc

Обратный косеканс.

acsch
acsch (x)

Синонимы: arccsch

Обратный гиперболический косеканс.

asec
asec (x)

Синонимы: arcsec

Обратный секанс.

asech
asech (x)

Синонимы: arcsech

Обратный гиперболический секанс.

asin
asin (x)

Синонимы: arcsin

Функция arcsin (арксинус, обратный синус).

asinh
asinh (x)

Синонимы: arcsinh

Фунция arcsinh (обратный гиперболический синус).

atan
atan (x)

Синонимы: arctan

Вычисляет функцию arctan (арктангенс, обратный тангенс).

See Wikipedia or Mathworld for more information.

atanh
atanh (x)

Синонимы: arctanh

Функция arctanh (обратный гиперболический тангенс).

atan2
atan2 (y, x)

Синонимы: 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)

Вычисляет косинус.

See Wikipedia or Planetmath for more information.

cosh
cosh (x)

Вычисляет гиперболический косинус.

See Wikipedia or Planetmath for more information.

cot
cot (x)

Вычисляет котангенс.

See Wikipedia or Planetmath for more information.

coth
coth (x)

Вычисляет гиперболический котангенс.

See Wikipedia or Planetmath for more information.

csc
csc (x)

Вычисляет косеканс.

See Wikipedia or Planetmath for more information.

csch
csch (x)

Вычисляет гиперболический косеканс.

See Wikipedia or Planetmath for more information.

sec
sec (x)

Вычисляет секанс.

See Wikipedia or Planetmath for more information.

sech
sech (x)

Вычисляет гиперболический секанс.

See Wikipedia or Planetmath for more information.

sin
sin (x)

Вычисляет синус.

See Wikipedia or Planetmath for more information.

sinh
sinh (x)

Вычисляет гиперболический синус.

See Wikipedia or Planetmath for more information.

tan
tan (x)

Вычисляет тангенс.

See Wikipedia or Planetmath for more information.

tanh
tanh (x)

Вычисляет гиперболический тангенс.

See Wikipedia or Planetmath for more information.