commit 6933ab4bf7bf233456d25238f26bda531daf6b8e (tree)
parent 25096ed8936bb09e20589dda2bddeb09a24cfbaa
Author: Rich Remer <reanjr+github@gmail.com>
Date: Thu, 1 Aug 2024 09:03:50 -0700
fix C type corresponding to f80
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -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>