Scilab 5.4.0
- 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
- 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 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
のエントリ
となります.
結果は実数,範囲は]-%inf -1] U [1 %inf[
となります.
エントリがn*180
に等しい場合(n
:整数),
結果は厳密に -1
または+1
となります.
エントリがn*90
に等しい場合(n
は奇数の
整数),結果は無限大(またはieeeモードの
設定によてはエラー)となります.
例
secd(90) sec(%pi/2)
Report an issue | ||
<< sec | Trigonometry | sech >> |