acos (x)
Alternativní názvy: arccos
Funkce arkus kosinus (inverzní kosinus).
acosh (x)
Alternativní názvy: arccosh
Funkce arkus hyperbolický kosinus (inverzní cosh).
acot (x)
Alternativní názvy: arccot
Funkce arkus kotangens (inverzní kotangens).
acoth (x)
Alternativní názvy: arccoth
Funkce arkus hyperbolický kotangens (inverzní coth).
acsc (x)
Alternativní názvy: arccsc
Funkce inverzní kosekans.
acsch (x)
Alternativní názvy: arccsch
Funkce inverzní hyperbolický kosekans.
asec (x)
Alternativní názvy: arcsec
Funkce inverzní sekans.
asech (x)
Alternativní názvy: arcsech
Funkce inverzní hyperbolický sekans.
asin (x)
Alternativní názvy: arcsin
Funkce arkus sinus (inverzní sinus).
asinh (x)
Alternativní názvy: arcsinh
Funkce arkus hyperbolický sinus (inverzní sinh).
atan (x)
Alternativní názvy: arctan
Vypočítat funkce arkus tangens (inverzní tangens).
Více informací najdete v encyklopediích Mathworld (text je v angličtině) a Wikipedia.
atanh (x)
Alternativní názvy: arctanh
Funkce arkus hyperbolický tangens (inverzní tanh).
atan2 (y, x)
Alternativní názvy: 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.
Více informací najdete v encyklopediích Mathworld (text je v angličtině) a Wikipedia.
cos (x)
Vypočítat funkci kosinus.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
cosh (x)
Vypočítat funkci hyperbolický kosinus.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
cot (x)
Funkce kotangens.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
coth (x)
Funkce hyperbolický kotangens.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
csc (x)
Funkce kosekans.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
csch (x)
Funkce hyperbolický kosekans.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
sec (x)
Funkce sekans.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
sech (x)
Funkce hyperbolický sekans.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
sin (x)
Vypočítat funkci sinus.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
sinh (x)
Vypočítat funkci hyperbolický sinus.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
tan (x)
Vypočítat funkci tangens.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).
tanh (x)
Funkce hyperbolický tangens.
Více informací najdete v encyklopediích Wikipedia a Planetmath (text je v angličtině).