Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
secd
要素毎の割線(引数の単位:度)
呼び出し手順
y = secd(x)
引数
- x
実数配列.
- y
実数配列.
説明
y
のエントリは度単位で指定された
x
のエントリの割線(セカント)
1/cos(x)
となります.
結果は実数,範囲は
]-∞, -1] ∪ [1, ∞[
となります.
エントリがn*180
に等しい場合
(n
:整数),
結果は厳密に -1
または
+1
となります.
エントリがn*90
に等しい場合
(n
は奇数の整数),
結果は無限大(またはieeeモードの
設定によってはエラー)となります.
例
secd(90) sec(%pi/2)
Report an issue | ||
<< sec | Trigonometry | sech >> |