小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > 倍精度浮動小数点の英語・英訳 

倍精度浮動小数点の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 double-precision floating point


JMdictでの「倍精度浮動小数点」の英訳

倍精度浮動小数点


「倍精度浮動小数点」の部分一致の例文検索結果

該当件数 : 16



例文

'single' は単精度浮動小数点数です。 'double' は倍精度浮動小数点数です。例文帳に追加

'single' is a single-precision floating point number 'double' is a double-precision floating point number発音を聞く  - PEAR

浮動小数点データは,倍精度にすることができる例文帳に追加

Floating-Point data can be double precision発音を聞く  - コンピューター用語辞典

倍精度 (double-precision) の浮動小数点数 value をパックします。例文帳に追加

Packs the double-precision floating point number value.発音を聞く  - Python

C のすべての浮動小数点演算は, 倍精度で行なわれる例文帳に追加

All floating-point arithmetic in C is done in double precision.発音を聞く  - 研究社 英和コンピューター用語辞典

全ての浮動小数点数と倍精度浮動小数点数はPythonの浮動小数点数に相当します。 たいていの場合、Pythonの整数も使えます。例文帳に追加

All float and double values are represented by Python floating pointnumbers.In most cases, Python integers are also allowed.発音を聞く  - Python

は、区間 [0.0, 1.0) で一様分布する非負の倍精度浮動小数点実数値を返す。 関数lrand48 ()例文帳に追加

functions return non-negative double-precision floating-point values uniformly distributed between [0.0, 1.0).発音を聞く  - JM

例文

単精度あるいは倍精度浮動小数点型('float' および 'double') true/false のいずれかの値をとる 論理型('boolean')例文帳に追加

Floating-point decimals of single or double precision ('float' and 'double') Booleans for true/false values ('boolean')発音を聞く  - PEAR

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「倍精度浮動小数点」の英訳

倍精度浮動小数点


Weblio専門用語対訳辞書での「倍精度浮動小数点」の英訳

倍精度浮動小数点

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「倍精度浮動小数点」の部分一致の例文検索結果

該当件数 : 16



例文

この型は計算機レベルで倍精度とされている浮動小数点数を表現します。例文帳に追加

These represent machine-level double precision floating point numbers.発音を聞く  - Python

この型は、計算機レベルで倍精度とされている浮動小数点を 2 つ一組にして複素数を表現します。例文帳に追加

These represent complex numbers as a pair of machine-level double precision floating point numbers. - Python

単精度浮動小数点データおよび倍精度浮動小数点データを扱うプロセサにおいて、新しい単精度浮動小数点データの格納方式を提案し、バイパス機能のための依存関係検出回路を構成するハードウェア量を可能な限り低減すること。例文帳に追加

To reduce as much as possible a hardware volume constituting a dependence detecting circuit for a bypass function by proposing a new single-precision floating-point data storing method concerning a processor treating the single-precision floating-point data and double-precision floating-point data. - 特許庁

浮動小数点コウプロセッサとメモリとの間で、倍精度ワード及び/又は複数対の単精度ワードをロードすると共に記憶し、その上にCPU(201)内の整数レジスタ内で浮動小数点ユニット(265)における2つの浮動小数点数を比較したブール結果を記憶する例が与えられている。例文帳に追加

Then, double precision words and/or plural pairs of single precision words are loaded and stored between a floating point co-processor and a memory, and a Boolean result obtained by comparing two floating points in a floating point unit 265 is stored in an integer register in a CPU 201. - 特許庁

Double コンバータを「パレット」から「テキストフィールド」コンポーネントにドラッグします。 このコンバータは、「テキストフィールド」コンバータが文字列よりも倍精度浮動小数点オブジェクトを返すように指定します。例文帳に追加

Drag the Double Converter from the Palette onto the Text Field component.This converter specifies that the Text Field component returns a Double object rather than a String.発音を聞く  - NetBeans

例えば、Python の浮動小数点型がIEEE754 倍精度数型になっているプラットフォームを仮定すると、-1e-100 % 1e100 は 1e100 と同じ符号になるはずなのに、計算結果は -1e-100 + 1e100 となります。 これは数値計算的には厳密に 1e100 と等価です。例文帳に追加

For example, and assuming a platform on which a Python float is an IEEE 754 double-precision number, in order that -1e-100 % 1e100have the same sign as 1e100, the computed result is -1e-100 + 1e100, which is numerically exactly equal to 1e100. - Python

浮動小数点演算における単精度演算と倍精度演算の精度保証を効率的に行い、オーバーヘッドや解析処理の無駄の発生を回避する。例文帳に追加

To avoid the waste of overhead and analytic processing by efficiently performing the precision assurance of a single precision operation and a double precision operation in a floating-point operation. - 特許庁

例文

倍精度浮動小数点数で構成した場合よりも装置規模が小さく、かつ十分な演算精度で演算可能な画像再生処理手段を備えた合成開口レーダ装置を得る。例文帳に追加

To provide a synthetic aperture radar system which has a smaller system size than one constructed by double-precision floating point numbers and has an image reproduction processing means which can perform calculations with sufficient calculation accuracy. - 特許庁

>>例文の一覧を見る

「倍精度浮動小数点」の英訳に関連した単語・英語表現

倍精度浮動小数点のページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS