From Jason Turner

[basic.extended.fp]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpyxw0wmsr/{from.md → to.md} +10 -0
tmp/tmpyxw0wmsr/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Properties of named extended floating-point types** <a id="basic.extended.fp">[basic.extended.fp]</a>
2
+
3
+ | Parameter | `float16_t` | `float32_t` | `float64_t` | `float128_t` | `bfloat16_t` |
4
+ | --------------------------------- | ----------- | ----------- | ----------- | ------------ | ------------ |
5
+ | ISO/IEC/IEEE 60559 name | binary16 | binary32 | binary64 | binary128 | |
6
+ | $k$, storage width in bits | 16 | 32 | 64 | 128 | 16 |
7
+ | $p$, precision in bits | 11 | 24 | 53 | 113 | 8 |
8
+ | $emax$, maximum exponent | 15 | 127 | 1023 | 16383 | 127 |
9
+ | $w$, exponent field width in bits | 5 | 8 | 11 | 15 | 8 |
10
+