mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
fix C type corresponding to f80
This commit is contained in:
parent
25096ed893
commit
6933ab4bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{#syntax#}f80{#endsyntax#}</th>
|
||||
<td><code class="c">double</code></td>
|
||||
<td><code class="c">long double</code></td>
|
||||
<td>80-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue