語学学習のスペースアルク(SPACE ALC)がお届けする進化するオンライン英和・和英辞書『英辞郎 on the WEB』。大学生やビジネスパースンから翻訳家、医療・製薬業関係者の方々まで幅広くお使いいただいております。
ALC Online Shop

英辞郎データ提供元 EDP のサイトへ
検索文字列 小数点 該当件数 : 127

1 2 3 

* データの転載は禁じられています。  
  • 小数点
    • arithmetic point
    • decimal point《数学》
    • dot
    • point《数学》
  • 小数点のけた合わせ
    decimal alignment
  • 小数点の付いた数
    number with a decimal point
  • 小数点の位置
    • decimal point position
    • position of decimal point
  • 小数点の左側と右側で使用できる桁数は、それぞれ事前に定義されている固定値です。データベースに格納されているすべての値で同じになります。
    The number of places that are used to the left and the right of the decimal point is pre-determined and fixed for all decimal values stored in the same database.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 小数点の記号
    decimal separator [character]〔地域によってピリオドまたはコンマ〕
  • 小数点をずらす
    slide the decimal point
  • 小数点を左へ_桁移動させる
    move the decimal point __ places to the left《数学》
  • 小数点を表すコンマ
    decimal comma
  • 小数点キー
    decimal key
  • 小数点以下
    after the decimal point
  • 小数点以下2位まで計算する
    calculate ~ to two places of decimals
  • 小数点以下の桁数
    • number of decimal places
    • number of decimals
    • number of digits after decimal point
  • 小数点以下の桁数を指定する
    specify the number of decimal places
  • 小数点以下の桁数を設定する
    set the number of decimal places
  • 小数点以下第3位の
    【形】
      thousandth
  • 小数点以降のゼロの数で、表示される小数の桁数を指定します。
    The amount of zeros after the decimal dot specifies the amount of decimal digits that will be shown.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 小数点
    decimalization《証券》
  • 小数点化連動
    • decimalization movement〔ニューヨーク証券取引所、ナスダックなどの株価◆For the New York Stock Exchange (NYSE) and NASDAQ.〕
    • movement for decimalization〔ニューヨーク証券取引所、ナスダックなどの株価◆For the New York Stock Exchange (NYSE) and NASDAQ.〕
  • 小数点定数
    fractional constant《コ》
  • 小数点指定
    decimal point specification《コ》
  • 小数点文字
    decimal-point character《コ》
  • 小数点第1位で四捨五入して整数にする
    round (off) ~ to the (nearest) whole number
  • 小数点記号
    decimal marker
  • ~によって浮動小数点演算が行われる
    floating-point calculations are performed by《コ》
  • ~の小数点以下を四捨五入する
    round ~ off to the closest whole number
  • ~を小数点以下第3位で四捨五入する
    round ~ off to two decimal places
  • ~を小数点第1位で四捨五入して整数にする
    round ~ to unit
  • $value が整数値あるいは浮動小数点数値である場合は、その数値をクォートせずに文字列として返します。
    If $value is an integer or float, it returns an unquoted string representation of the number.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 10進浮動小数点定数
    decimal floating-point constant《コ》
  • 16ビット浮動小数点形式
    half [16-bit] floating point type《コ》
  • 1秒当たりの浮動小数点演算命令実行回数
    floating-point operations per second《コ》〔【略】FLOPS〕
  • 2進固定小数点数値
    binary fixed point value
  • 2進小数点
    binary point
  • 2進浮動小数点
    binary floating point number
  • 2進浮動小数点数値
    binary floating point value
  • 2進浮動小数点演算
    binary floating-point arithmetic
  • 5.678を小数点第2位で四捨五入すると5.7になります。
    5.678 rounded to one decimal place is 5.7.
  • float 型は、浮動小数点数を格納します。
    The float data type may store floating point decimal numbers.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • HTML_CSS::apiVersion()が、浮動小数点数値ではなく文字列を返すようになりました。
    HTML_CSS::apiVersion()returns now a string rather than a float; compatible with php.version_compare().〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • Pythonが扱える数値は、整数や浮動小数点数だけではない。高校で習って、その後すぐに忘れてしまったしゃれた数学も、Pythonはすべて扱える。
    Python isn't limited to integers and floating point numbers. It can also do all the fancy math you learned in high school and promptly forgot about.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • いま見た通り、いくつかの演算子(加算など)は必要に応じて整数を浮動小数点数に型強制する。自分でこの型強制を行うことも可能だ。
    As you just saw, some operators (like addition) will coerce integers to floating point numbers as needed. You can also coerce them by yourself.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • これは、スキーマファイルの論理的な整合性を調べます。たとえば、存在しないフィールドをインデックスとして指定していたり日付型のフィールドに浮動小数点値を保存しようとしていたりといったことがないかどうかを調べます。
    It is supposed to check the logical integrity of the schema file, for instance whether you are trying to declare a index field that does not exist or even when you are trying to insert a float in a date field.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • だからたとえばあるアドレスのワードに浮動小数点の値を入れたければ、
    So for example if you want to store a floating point value in a word at a certain address,〔【出典】日英対訳文・対応付けデータ(独立行政法人情報通信研究機構)〕"_RMS3", "2449837"
  • また、'decimal' 型の場合は'scope'要素も必須です。これは、小数点以下の桁数を表します。
    The 'decimal' type also requires a 'scope' element, which is the number of digits after the decimal point.〔【出典】PEAR 【License】Open Publication License 【編集】独立行政法人情報通信研究機構
  • 小数点以下_桁まで計算する
    calculate ~ to __ decimal places(数値など)
  • ゼロでない浮動小数点数は真であり、0.0は偽だ。これには注意しなければならない! わずかな丸め誤差が発生した場合(前の節で見たように、これは起こり得る)、Pythonは0ではなく0.0000000000001を評価することになり、その結果Trueが返されてしまう。
    Non-zero floating point numbers are true; 0.0 is false. Be careful with this one! If there's the slightest rounding error (not impossible, as you saw in the previous section) then Python will be testing 0.0000000000001 instead of 0 and will return True.〔【出典】"Dive Into Python 3" by Mark Pilgrim 【和訳】Fukada & Fujimoto 【License】CC-BY-SA-3.0
  • ソフトウェア浮動小数点
    software floating point
  • ソフトウェア浮動小数点ライブラリ
    software floating point library
  • ニューヨーク証券取引所やナスダックの上場株の呼び値の小数点
    decimalization of stock prices on the NYSE〔2001年から「74 1/4ドル」でなく「74.25ドル」のようになる。従って、1¢より小さな価格変動は不可能になる。◆Beginning in 2001, stock prices on the New York Stock Exchange and NASDAQ will be displayed in the form "$74.25" rather than "$74 1/4". Price fluctuations smaller than one cent will thus be impossible.〕
* データの転載は禁じられています。  

1 2 3