Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Elementary Functions > Trigonometry > csch

csch

引数の双曲線コセカントを要素毎に計算する.

呼び出し手順

y = csch(x)

引数

x

実数または複素数の配列.

y

xと同じ次元の実数または複素数の配列.

説明

引数の双曲線コセカントを要素毎に計算します. 実数のデータの場合,結果は実数となります.

サンプル

x=linspace(0.01,4,200);
x=[-x($:-1:1) %nan x];
clf();
plot(x,csch(x))

参照

  • csc — 引数のコセカント(余割)を要素毎に計算する.
  • acsch — 引数の逆双曲線余割を要素毎に計算する.
Report an issue
<< cscd Trigonometry csgn >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:19 CET 2020