検索結果
表示
このウィキでページ「Floating Point」を新規作成しましょう。検索で見つかった他のページも参照してください。
- 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
- template<typename T> requires std::floating_point<T> void print_info(const T& value) { std::cout << "Floating-point value: " << value << '\n'; } この例では、print_info…11キロバイト (1,394 語) - 2024年11月4日 (月) 21:39
- 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,559 語) - 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,624 語) - 2024年11月12日 (火) 06:14
- 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,933 語) - 2024年11月2日 (土) 01:56
- std::is_same_v: 2つの型が同一かどうかを判定します。 std::is_integral_v: 型が整数型かどうかを判定します。 std::is_floating_point_v: 型が浮動小数点型かどうかを判定します。 std::is_arithmetic_v: 型が算術型かどうかを判定します (整数型と浮動小数点型を含む)。…10キロバイト (1,330 語) - 2024年6月4日 (火) 23:16
- レートと型変換テンプレートが定義されています。 型分類特性テンプレート is_integral 型が整数型かどうかを検査します。 is_floating_point 型が浮動小数点型かどうかを検査します。 is_array 型が配列型かどうかを検査します。 is_pointer 型がポインタ型かどうかを検査します。…10キロバイト (1,260 語) - 2024年6月2日 (日) 01:07
- 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,586 語) - 2023年4月17日 (月) 01:53
- std::endl; } else if constexpr (std::is_floating_point_v<T>) { // Tが浮動小数点型の場合の処理 std::cout << "Value is a floating-point number: " << value << std::endl; }…43キロバイト (6,234 語) - 2024年11月5日 (火) 02:48
- 乗算や乗算と加算を行う命令が含まれます。例えば、MUL(乗算)、MLA(乗算と加算)などがあります。 単精度浮動小数点演算命令 (Single Precision Floating Point Instructions) 単精度浮動小数点数の演算を行う命令があります。例えば、VADD.F32(浮動小数点数の加算)などがあります。…40キロバイト (5,652 語) - 2024年1月17日 (水) 07:56