Cpp-standard-library-cpp-complex-asin

提供:Dev Guides
2020年6月22日 (月) 19:02時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

C ++複雑なライブラリ-Asin

説明

これは、複素数の逆正弦であり、複素数xの逆正弦を返します。

宣言

以下は、std
asinの宣言です。
template<class T> complex<T> asin (const complex<T>& x);

C 11

template<class T> complex<T> asin (const complex<T>& x);

パラメーター

*x* -複素数値です。

戻り値

複素数xのアークサインを返します。

例外

none