Scilab 6.1.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sec
引数の割線を要素毎に計算する.
呼び出し手順
y = sec(x)
引数
- x
 .
- y
 実数または複素数の配列.
説明
sec関数は,
            引数の割線(セカント)を要素毎に計算します.
            割線は,1/cos(x)で定義される
            周期関数です.実数のデータの場合,結果は実数で
            ]-∞,-1] ∪ [1,∞[の範囲となります.
サンプル

例
| Report an issue | ||
| << csgn | Trigonometry | secd >> |