Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 13 for cmath (0.028 sec.)
- 9.3. cmath --- 複素数のための数学関数 — Python 3.6.5 ドキュメント 14833
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 9. 数値と数学モジュール » 9.3. cmath --- 複素数のための数学関数 ¶ このモジュールは常に利...
交座標を極座標に変換したりその逆を行うのに使えます。 cmath. phase ( x ) ¶ x の位相 ( x の 偏角 とも呼びます)...
組み込みの abs() 関数で計算できます。この演算を行う cmath モジュールの関数はありません。 cmath. polar ( x )...
ます。 polar(x) は (abs(x), phase(x)) に等しいです。 cmath. rect ( r , phi ) ¶ 極座標 r , phi を持つ複素数 x...
- https://man.plustar.jp/python/library/cmath.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8797
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ue. (Contributed by Victor Stinner in bpo-25357 .) cmath ¶ The new cmath.tau (τ) constant has been added. (...
数が追加されました。 math.inf と math.nan に対応する cmath.inf と cmath.nan 。複素数の repr が使用する書式に対...
応する cmath.infj と cmath.nanj 。 (Contributed by Mark Dickins...
he tau (τ) constant has been added to the math and cmath modules. (Contributed by Lisa Roach in bpo-12345 ,...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- 9. 数値と数学モジュール — Python 3.6.5 ドキュメント 8745
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ールは、数値の型の抽象的な階層を定義します。 math と cmath モジュールは、浮動小数点数と複素数のための様々な数...
9.2.5. 双曲線関数 9.2.6. 特殊関数 9.2.7. 定数 9.3. cmath --- 複素数のための数学関数 9.3.1. 極座標変換 9.3.2...
- https://man.plustar.jp/python/library/numeric.html - [similar]
- 9.2. math --- 数学関数 — Python 3.6.5 ドキュメント 8533
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ことはできません。複素数に対応する必要があるならば、 cmath モジュールにある同じ名前の関数を使ってください。ほ...
、全ての NaN を quiet NaN として扱うことです。 参考 cmath モジュール これらの多くの関数の複素数版。 関連キー...
numbers --- 数の抽象基底クラス 次のトピックへ 9.3. cmath --- 複素数のための数学関数 ナビゲーション 索引 モジ...
- https://man.plustar.jp/python/library/math.html - [similar]
- What's New in Python 2.4 — Python 3.6.5 ドキュメント 8269
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ong or Decimal data types. >>> Decimal 数を math , cmath モジュールで使うことは出来ますが、演算実行前にその...
数であって Decimal ではありません: >>> import math , cmath >>> d = decimal . Decimal ( '123456789012.345' ) >...
>> math . sqrt ( d ) 351364.18288201344 >>> cmath . sqrt ( - d ) 351364.18288201344j Decimal インスタ...
- https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 8234
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
for CGI scripts. chunk Module to read IFF chunks. cmath Mathematical functions for complex numbers. cmd Bu...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8234
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
等しいか "近い" ことを調べる関数 math.isclose() 及び cmath.isclose() が追加されました。 2値が近いと判断される...
した。 (Contributed by Berker Peksag in bpo-20289 .) cmath ¶ 新たな関数 isclose() は近似的に等しいかどうかを判...
papp 改良されたモジュール argparse asyncio bz2 cgi cmath コード collections collections.abc compileall conc...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- Python 標準ライブラリ — Python 3.6.5 ドキュメント 8181
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
--- 数の抽象基底クラス 9.2. math --- 数学関数 9.3. cmath --- 複素数のための数学関数 9.4. decimal --- 十進固...
- https://man.plustar.jp/python/library/index.html - [similar]
- What's New in Python 2.6 — Python 3.6.5 ドキュメント 8181
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
Warning メッセージが報告されます。 ( bpo-600362 ). cmath モジュールに大掛かりな改訂が行われました。Mark Dic...
ちらかが無限大であれば真を返します。 その改訂では、 cmath モジュールの数値的安定性も改善されました。全ての関...
関数群を鍛え上げます。 IEEE 754 プラットフォームでは cmath モジュールは、IEEE 754 の特殊値と浮動小数点例外を、...
- https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
- 用語集 — Python 3.6.5 ドキュメント 8076
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ
...
j です。 math モジュールの複素数版を利用するには、 cmath を使います。複素数の使用はかなり高度な数学の機能で...
- https://man.plustar.jp/python/glossary.html - [similar]