Scilab 5.3.1
      
      - Scilab help
 - Elementary Functions
 - Trigonometry
 - acos
 - acosd
 - acosh
 - acoshm
 - acosm
 - acot
 - acotd
 - acoth
 - acsc
 - acscd
 - acsch
 - asec
 - asecd
 - asech
 - asin
 - asind
 - asinh
 - asinhm
 - asinm
 - atan
 - atand
 - atanh
 - atanhm
 - atanm
 - conj
 - cos
 - cosd
 - cosh
 - coshm
 - cosm
 - cotd
 - cotg
 - coth
 - cothm
 - csc
 - cscd
 - csch
 - csgn
 - sec
 - secd
 - sech
 - sin
 - sinc
 - sind
 - sinh
 - sinhm
 - sinm
 - tan
 - tand
 - tanh
 - tanhm
 - tanm
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
cotd
cotangent
呼び出し手順
y=cotd(x)
パラメータ
- x
 実数配列.
- y
 xと同じ次元の実数配列.
説明
yのエントリは,x
	(単位は度と仮定)
	の対応するエントリのコタンジェント,
	 t=cos(x)./sin(x)となります.
	整数nについてn*180
	に等しいエントリは無限大となります.
	一方,%piを正確に表現できないため,
	cotg(n*%pi)は大きいですが有限となります.
	エントリが整数で奇数のnについてn*90に
	等しい場合,結果は厳密に0となります.
例
x=[30 45 60 90]; cotd(x)
参照
- cotg — コタンジェント(余接)
 
作者
- Serge Steer, INRIA
 
| << cosm | Trigonometry | cotg >> |