「decimal float」を含む例文一覧(4)

  • The float data type may store floating point decimal numbers.
    float 型は、浮動小数点数を格納します。 - PEAR
  • To create a Decimal from a float, first convert it to a string.
    Decimal を float から生成したければ、まず文字列型に変換せねばなりません。 - Python
  • Formats a floating point number using the same format as the built-in function str(float), but takes the decimal point into account.
    浮動小数点数を str(float) と同じように書式化しますが、ロケールに配慮した小数点が使われます。 - Python
  • While the built-in float type exposes only a modest portion of its capabilities, the decimal module exposes all required parts of the standard.When needed, the programmer has full control over rounding and signal handling.
    組み込みの浮動小数点型では、標準仕様で提唱されている機能のほんのささやかな部分を利用できるにすぎませんが、 decimal では標準仕様が要求している全ての機能を利用できます。 必要に応じて、プログラマは値の丸めやシグナル処理を完全に制御できます。 - Python

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).