Scilab 5.5.0
- Scilabヘルプ
- 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
sec
引数の割線を要素毎に計算する.
呼び出し手順
y = sec(x)
引数
- x
.
- y
実数または複素数の配列.
説明
引数の割線を要素毎に計算します. 割線 1/cos で定義される
周期関数です.実数のデータの場合,結果は実数で
]-%inf -1] U [1 %inf[
の範囲となります.
例
例
使用される関数
この関数は cos
関数を使用します.
Report an issue | ||
<< csgn | Trigonometry | secd >> |