コンテンツにスキップ

検索結果

(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • integer-typeとして指定された関数は、すべてのcv修飾されていない符号付きおよび符号なし整数型とcharに対してオーバーロードが提供されます。 floating-point-typeとして指定された関数は、すべてのcv修飾されていない浮動小数点型に対してオーバーロードが提供されます。 列挙型 chars_format…
    8キロバイト (930 語) - 2024年6月4日 (火) 08:34
  • FE_DIVBYZERO FE_INEXACT FE_INVALID FE_OVERFLOW FE_UNDERFLOW 実装が §7.6.2 Floating-point exceptions の関数によって浮動小数点例外をサポートしている場合にのみ定義されます。 実装で定義された追加の浮動小数点例外 FE_…
    27キロバイト (3,121 語) - 2021年9月3日 (金) 02:17
  • 0_xBadFace // 無効:_ は連続した数字を区切らなければならない 浮動小数点リテラル(A floating-point literal)とは、浮動小数点定数(a floating-point constant)を10進数または16進数で表したものです。…
    20キロバイト (2,779 語) - 2023年11月30日 (木) 04:17
  • kinds of floating-point values. They expand to integer constant expressions with distinct values. Additional implementation-defined floating-point classifications…
    112キロバイト (11,401 語) - 2024年4月19日 (金) 00:22
  • isxdigit(int c); int tolower(int c); int toupper(int c); Errors <errno.h> Floating-point environment <fenv.h> int feclearexcept(int excepts); int fegetexceptflag(fexcept_t…
    103キロバイト (8,510 語) - 2024年6月5日 (水) 01:18
  • printf("Minimum positive normalized floating-point number: %e\n", FLT_MIN); printf("Maximum finite floating-point number: %e\n", FLT_MAX); return 0; }…
    17キロバイト (2,526 語) - 2024年6月10日 (月) 22:40
  • 型かどうかを確認します。 is_integral<T> (C++11) T が整数型 (例:int、char) かどうかを確認します。 is_floating_point<T> (C++11) T が浮動小数点型 (例:float、double) かどうかを確認します。 is_array<T> (C++11)…
    12キロバイト (1,660 語) - 2024年5月31日 (金) 06:14
  • プトを使用することで、安全性が高まります。 floating_pointコンセプトは、その型が浮動小数点数型であることを要求します。つまり、float、double、long doubleなどが該当します。 template<floating_point T> T compute_area(T radius)…
    29キロバイト (4,177 語) - 2024年5月29日 (水) 10:42
  • 0x5643495da428] ok> Ficlは、「Providing names from the Floating-Point word set」としており「Floating-Point Extensions word setの一部を提供する標準システム」とラベル付けされます。…
    116キロバイト (5,346 語) - 2024年5月1日 (水) 07:25
  • FileExistsError: File already exists. FileNotFoundError: File not found. FloatingPointError: Floating point operation failed. FutureWarning: Base class for warnings about…
    37キロバイト (5,079 語) - 2023年11月30日 (木) 23:53
  • (untyped floating-point constant) const b = 15 / 4 // b == 3 (untyped integer constant) const c = 15 / 4.0 // c == 3.75 (untyped floating-point constant)…
    68キロバイト (10,162 語) - 2022年6月5日 (日) 03:48
  • start with the hash char <|> try parseCharacter A possible solution for floating point numbers: parseFloat :: Parser LispVal parseFloat = do x <- many1 digit…
    15キロバイト (1,397 語) - 2021年4月13日 (火) 11:11
  • floating-point standard ISO/IEC 60559: integration of binary floating-point technical specification TS 18661-1 integration of decimal floating-point technical…
    49キロバイト (5,934 語) - 2024年6月8日 (土) 03:58
  • レートと型変換テンプレートが定義されています。 型分類特性テンプレート is_integral 型が整数型かどうかを検査します。 is_floating_point 型が浮動小数点型かどうかを検査します。 is_array 型が配列型かどうかを検査します。 is_pointer 型がポインタ型かどうかを検査します。…
    10キロバイト (1,260 語) - 2024年6月2日 (日) 01:07
  • std::endl; } else if constexpr (std::is_floating_point_v<T>) { // Tが浮動小数点型の場合の処理 std::cout << "Value is a floating-point number: " << value << std::endl; }…
    36キロバイト (4,673 語) - 2024年5月19日 (日) 05:14
  • 14.2.7 Table of Output Conversions 14.2.8 Integer Conversions 14.2.9 Floating-Point Conversions 14.2.10 Other Output Conversions 14.2.11 Formatted Input…
    37キロバイト (4,574 語) - 2014年7月16日 (水) 23:16
  • strictEqual = 20 === 20; // 厳密等価(型の変換がない) Integer(整数):小数点以下の数値部分を持たない数値のこと。 Floating-point number(浮動小数点数):小数点以下の数値部分を持つ数値のこと。 Infinity(無限大):JavaScriptで表現可能な最大…
    18キロバイト (2,378 語) - 2023年4月17日 (月) 01:53
  • 乗算や乗算と加算を行う命令が含まれます。例えば、MUL(乗算)、MLA(乗算と加算)などがあります。 単精度浮動小数点演算命令 (Single Precision Floating Point Instructions) 単精度浮動小数点数の演算を行う命令があります。例えば、VADD.F32(浮動小数点数の加算)などがあります。…
    40キロバイト (5,106 語) - 2024年1月17日 (水) 07:56
  • 詳細はSection 16.2.9[Floating-Point Conversions]を参照してください。 ‘%e’, ‘%E’ 浮動小数点数を指数表記で表示します。 ‘%e’は小文字を,‘%E’は大文字を使用します。 詳細はSection 16.2.9 [Floating-Point Conversions]を参照してください。…
    72キロバイト (11,353 語) - 2019年10月4日 (金) 14:03
  • a string or number to a floating point number, if possible. e 2.718281828459045 Convert a string or number to a floating point number, if possible. tau…
    14キロバイト (1,150 語) - 2022年11月12日 (土) 11:06
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示