acos (x)
Синонимы: arccos
Функция arccos (арккосинус, обратный косинус).
acosh (x)
Синонимы: arccosh
Функция arccosh (обратный гиперболический косинус).
acot (x)
Синонимы: arccot
Фунция arccot (арккотангенс, обратный котангенс).
acoth (x)
Синонимы: arccoth
Функция arccoth (обратный гиперболический котангенс).
acsc (x)
Синонимы: arccsc
Обратный косеканс.
acsch (x)
Синонимы: arccsch
Обратный гиперболический косеканс.
asec (x)
Синонимы: arcsec
Обратный секанс.
asech (x)
Синонимы: arcsech
Обратный гиперболический секанс.
asin (x)
Синонимы: arcsin
Функция arcsin (арксинус, обратный синус).
asinh (x)
Синонимы: arcsinh
Фунция arcsinh (обратный гиперболический синус).
atan (x)
Синонимы: arctan
Вычисляет функцию arctan (арктангенс, обратный тангенс).
atanh (x)
Синонимы: arctanh
Функция arctanh (обратный гиперболический тангенс).
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.
cos (x)
Вычисляет косинус.
See Wikipedia or Planetmath for more information.
cosh (x)
Вычисляет гиперболический косинус.
See Wikipedia or Planetmath for more information.
cot (x)
Вычисляет котангенс.
See Wikipedia or Planetmath for more information.
coth (x)
Вычисляет гиперболический котангенс.
See Wikipedia or Planetmath for more information.
csc (x)
Вычисляет косеканс.
See Wikipedia or Planetmath for more information.
csch (x)
Вычисляет гиперболический косеканс.
See Wikipedia or Planetmath for more information.
sec (x)
Вычисляет секанс.
See Wikipedia or Planetmath for more information.
sech (x)
Вычисляет гиперболический секанс.
See Wikipedia or Planetmath for more information.
sin (x)
Вычисляет синус.
See Wikipedia or Planetmath for more information.
sinh (x)
Вычисляет гиперболический синус.
See Wikipedia or Planetmath for more information.
tan (x)
Вычисляет тангенс.
See Wikipedia or Planetmath for more information.
tanh (x)
Вычисляет гиперболический тангенс.
See Wikipedia or Planetmath for more information.