Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 78 for float (0.018 sec.)
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 6543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 オプションの型として、 optparse は他にも int や float をサポートしています: parser . add_option ( "-n" , ... tion ( "-f" ) parser . add_option ( "-p" , type = "float" , nargs = 3 , dest = "point" ) とすると、以下のよ ... 型 ¶ optparse には、 "string" , "int" , "choice" , "float" , "complex" の 5 種類のビルトインのオプション型が ... ますが、 より役に立つエラーメッセージを出力します。 "float" および "complex" のオプション引数は直接 float() や ...
https://man.plustar.jp/python/library/optparse.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... teral ::= stringliteral | bytesliteral | integer | floatnumber | imagnumber リテラルの評価は、与えられた型 ... ています。 いくつかの組み込みの数値型 ( 数値型 int, float, complex ) と標準ライブラリの型 fractions.Fraction ... ) 正しい比較が行われます。 The not-a-number values float('NaN') and Decimal('NaN') are special. They are id ... er value will return False . For example, both 3 < float('NaN') and float('NaN') < 3 will return False . Bi ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... thon は常に根底となる C double に基く浮動小数点(FP=floating-point)数をデータ型としてサポートします。しかしな ... rs らによって実装されました。 http://www.lahey.com/float.htm この記事は浮動小数点数の不正確さが起こりうるた ... Dorfman により実装。 PEP 331: Locale に依存しない Float/String 変換 ¶ locale モジュールにより、Python ソフ ... orrect results. 参考 PEP 331 - Locale に依存しない Float/String 変換 Christian R. Reis 著, 実装 Gustavo Car ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6446
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rted to isinstance(x, int) and isinstance(x, (int, float, int)) is converted to isinstance(x, (int, float)) ...
https://man.plustar.jp/python/library/2to3.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 6446
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... フィールド リソース 0 ru_utime ユーザモード実行時間 (float) 1 ru_stime システムモード実行時間 (float) 2 ru_ma ...
https://man.plustar.jp/python/library/resource.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 6446
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 注釈 特に明記しない限り、これらの関数は int , float , decimal.Decimal そして fractions.Fraction をサポ ... を使用すると正しい結果が得られるでしょう。 e.g. map(float, input_data) 。 9.7.1. 平均及び中心位置の測度 ¶ こ ...
https://man.plustar.jp/python/library/statistics.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 6446
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... k', 'exec_prefix', 'executable', 'exit', 'flags', 'float_info', 'float_repr_style', 'getcheckinterval', 'ge ... 'False', 'FileExistsError', 'FileNotFoundError', 'FloatingPointError', 'FutureWarning', 'GeneratorExit', ' ... ', 'enumerate', 'eval', 'exec', 'exit', 'filter', 'float', 'format', 'frozenset', 'getattr', 'globals', 'ha ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 6350
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 小数点数の扱い方が関与しています。 CPython における float 型は記憶に C 言語の double 型を使います。 float... 1875 ( decimal ) 53bit の典型的な精度は、Python の float に 10 進数で 15〜16桁の精度を与えます。 詳しくは、 ... Python チュートリアルの floating point arithmetic の章を参照してください。 なぜ ...
https://man.plustar.jp/python/faq/design.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6350
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ください。例えば、 int('144') == 144 です。同様に、 float() は浮動小数点に変換します。例えば、 float('144') ... 字で区切られた単語に分け、十進数の文字列を int() や float() で数値に変換することです。 split() にはオプション ... すし、 isinstance(obj, str) や isinstance(obj, (int, float, complex)) のようにすれば、Python のビルトイン型の ...
https://man.plustar.jp/python/faq/programming.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6350
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lback を呼び出す準備をします。 delay は int または float です。 asyncio.Handle のインスタンスを返します。そ ... ck , *args ) ¶ 絶対タイムスタンプ when (int または float) になったときに呼び出される callback を準備します。 ... ださい 。 AbstractEventLoop. time ( ) ¶ 現在の時刻を float 値で返します。時刻はイベントループの内部時計に従い ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT