mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Correct f80 description
This commit is contained in:
parent
5cf918143c
commit
23e981bbd1
1 changed files with 1 additions and 1 deletions
|
|
@ -740,7 +740,7 @@ pub fn main() void {
|
|||
<tr>
|
||||
<th scope="row">{#syntax#}f80{#endsyntax#}</th>
|
||||
<td><code class="c">double</code></td>
|
||||
<td>64-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td>
|
||||
<td>80-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{#syntax#}f128{#endsyntax#}</th>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue