1153万例文収録!

「Floating-point」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Floating-pointの意味・解説 > Floating-pointに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Floating-pointの部分一致の例文一覧と使い方

該当件数 : 624



例文

Floating point pseudo-random number generator. 例文帳に追加

浮動小数点数の擬似乱数生成器。 - Python

General floating point formatting functions. 例文帳に追加

浮動小数点をフォーマットする汎用関数。 - Python

Floating point exponential format (uppercase). 例文帳に追加

指数表記の浮動小数点数 (大文字). - Python

The npx0 device is MANDATORY . Somewhere inside your hardware lies a device that provides hardware floating-point support, even if it is no longer a separate device as used in the good old 386 days. 例文帳に追加

npx0 は必須です。 - FreeBSD

例文

convert an integer to floating point 例文帳に追加

整数を浮動小数点表示に変換する - 研究社 英和コンピューター用語辞典


例文

Floating Point Arithmetic: Issues and Limitations 例文帳に追加

B. 浮動小数点演算、その問題と制限 - Python

5.6 decimal -- Decimal floating point arithmetic 例文帳に追加

5.5 decimal -- 10進浮動小数点数の算術演算 - Python

FLOATING POINT ARITHMETIC DEVICE AND COMPUTER PROGRAM FOR OPERATING M-ROOT OF FLOATING-POINT VALUE例文帳に追加

浮動小数点数値のm乗根を演算する浮動小数点演算装置及びコンピュータプログラム - 特許庁

The data type must be floating point or convertible to floating point. 例文帳に追加

データ型は、浮動小数点または浮動小数点に変換可能なものである必要があります。 - NetBeans

例文

The value must be floating-point or convertible to floating-point. 例文帳に追加

値のデータ型は、浮動小数点型であるか、浮動小数点型に変換可能である必要があります。 - NetBeans

例文

There are four types of numeric literals: plain integers, long integers, floating point numbers, and imaginary numbers.例文帳に追加

数値リテラルは 4 種類あります: 整数 (plain integer)、長整数 (longinteger)、浮動小数点数 (floating point number)、そして虚数 (imaginarynumber) です。 - Python

FLOATING-POINT ADDER/SUBTRACTOR OF THREE-TERM INPUT例文帳に追加

3項入力の浮動小数点加減算器 - 特許庁

floating-point conversion specifier (and is unaffected by "gcc -std=c99" 例文帳に追加

浮動小数点変換指定子としての%a - JM

Floating-point numbers are approximations of real numbers 例文帳に追加

浮動小数点数は実数の近似値である - コンピューター用語辞典

floating-point calculations are performed by 例文帳に追加

~によって浮動小数点計算が行なわれる - コンピューター用語辞典

The float data type may store floating point decimal numbers. 例文帳に追加

float 型は、浮動小数点数を格納します。 - PEAR

Unpacks a single-precision floating point number. 例文帳に追加

単精度の浮動小数点数をアンパックします。 - Python

FLOATING PREVENTIVE METHOD OF VEHICLE AT RAIL CURVE POINT例文帳に追加

車輌のレールカーブ地点での浮上り防止法 - 特許庁

The floating point number is stored within a memory.例文帳に追加

浮動小数点数はメモリ内に格納される。 - 特許庁

fesetround , and the floating-point environment, like fegetenv , 例文帳に追加

fesetroundなどが、浮動小数点関連の環境にはfegetenv , - JM

an arithmetic operation performed on floating-point numbers 例文帳に追加

浮動小数点数で行われる算術演算 - 日本語WordNet

Convert a C double to a Python floating point number. 例文帳に追加

C の double を Python の浮動小数点数に変換します。 - Python

Packs the single-precision floating point number value. 例文帳に追加

単精度 (single-precision) の浮動小数点数 value をパックします。 - Python

Packs the double-precision floating point number value. 例文帳に追加

倍精度 (double-precision) の浮動小数点数 value をパックします。 - Python

This was used to control floating-point precision, rounding and floating-point exceptions. 例文帳に追加

これは浮動小数点演算の精度、丸め方、および浮動小数点例外を制御するのに使われる。 - JM

a floating-point constant [number, value] 例文帳に追加

浮動小数点を用いて表わされた定数[数, 値] - 研究社 英和コンピューター用語辞典

a number represented in floating-point notation 例文帳に追加

浮動小数点方式の記数法で表される数 - 日本語WordNet

the maximum precision allowed for floating-point binary data 例文帳に追加

浮動小数点2進データの最大許容精度 - コンピューター用語辞典

Here is a smalldecimal floating point flying circus: 例文帳に追加

Decimal 浮動小数点小劇場 (flying circus) を示しましょう: - Python

In binary floating point, result is 5.5511151231257827e-017.例文帳に追加

2 進浮動小数点では5.5511151231257827e-017 になってしまいます。 - Python

MICROCOMPUTER/FLOATING POINT PROCESSING INTERFACE AND ITS METHOD例文帳に追加

マイクロコンピュータ/浮動小数点プロセッサインタフェースと方法 - 特許庁

The control data comprises floating point type data.例文帳に追加

なお、制御データは浮動小数点型データよりなる。 - 特許庁

Floating-Point data can be double precision 例文帳に追加

浮動小数点データは,倍精度にすることができる - コンピューター用語辞典

Single-percision is a short floating-point number of 32 bits 例文帳に追加

短精度は32ビットの短浮動小数点数である - コンピューター用語辞典

Convert a Python floating point number to a C float. 例文帳に追加

Python の浮動小数点型を、 C の float 型に変換します。 - Python

Convert a Python floating point number to a C double. 例文帳に追加

Python の浮動小数点型を、 C の double 型に変換します。 - Python

Return the time as a floating point number expressed in seconds since the epoch, in UTC.例文帳に追加

単位は UTC におけるエポックからの秒数です。 - Python

Return the floating point value x rounded to n digits after the decimal point.例文帳に追加

x を小数点以下 n 桁で丸めた浮動小数点数の値を返します。 - Python

The floating-point representation of the number 0.00123 is 1.23e−3, where 1.23 is the fixed-point part and −3 is the exponent. 例文帳に追加

0.00123 の浮動小数点表示は 1.23e−3 となる. ここで, 1.23 が小数部, −3 が指数部である《cf. fixed-point part, exponent》 - 研究社 英和コンピューター用語辞典

ELECTRONIC CONTROLLER HAVING FLOATING POINT COMPUTING FUNCTION例文帳に追加

浮動小数点演算機能を有した電子制御装置 - 特許庁

ELECTRONIC CONTROLLER WITH FLOATING POINT CALCULATING FUNCTION例文帳に追加

浮動小数点演算機能を有した電子制御装置 - 特許庁

You can specify price as a floating point number. 例文帳に追加

priceとして、浮動小数点数を指定することができます。 - FreeBSD

floating point operations are executed with double accuracy 例文帳に追加

浮動小数点演算は2倍の精度で実行される - コンピューター用語辞典

Scientific notation is similar to the floating-point notation 例文帳に追加

指数表現は, 浮動小数点表現法と似ている - コンピューター用語辞典

Otherwise, the argument may be a plain or long integer or a floating point number, and a floating point number with the same value (within Python's floating point precision) is returned.例文帳に追加

それ以外の場合、引数は通常整数、長整数、または浮動小数点数をとることができ、同じ値の浮動小数点数が (Python の浮動小数点精度で) 返されます。 - Python

ELECTRONIC CONTROL DEVICE WITH FLOATING POINT CALCULATION FUNCTION例文帳に追加

浮動小数点演算機能を有する電子制御装置 - 特許庁

FLOATING POINT ARITHMETIC DEVICE, FLOATING POINT ARITHMETIC UNIT, SPECIAL NUMBER DECISION CIRCUIT FAILURE DETECTION METHOD, AND PROGRAM例文帳に追加

浮動小数点演算装置、浮動小数点演算器、特殊数判定回路故障検出方法及びプログラム - 特許庁

The formed floating-point addition instruction is computed using a floating-point adder/subtractor of the verification object (S5).例文帳に追加

作成した浮動小数点加算命令を検証対象の浮動小数点加減算器を用いて演算する(S5)。 - 特許庁

Also, the CPU 12 refers to the floating point type data from the storage area of the floating point type data as necessary.例文帳に追加

また、CPU12は、浮動小数点型データの記憶領域より浮動小数点型データを適宜参照する。 - 特許庁

例文

p Note that Alpha implementations without floating-point operations are required to have floating-point registers. 例文帳に追加

p浮動小数点演算のない Alpha の実装は、浮動小数点レジスタを必要とするということに注意して下さい。 - JM




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
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/ ).
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS