Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
コタンジェント(余接)
[t] = cotg(x)
実数または複素数のベクトル/行列
tの要素はxの対応する エントリのコタンジェント(余接)です. t=cos(x)./sin(x)
t
x
t=cos(x)./sin(x)
x=[1,%i]; cotg(x)-cos(x)./sin(x)