fix C type corresponding to f80
1 files changed, 1 insertions(+), 1 deletions(-)
doc
doc/langref.html.in+1-1
| ... | ... | @@ -575,7 +575,7 @@ |
| 575 | 575 | </tr> |
| 576 | 576 | <tr> |
| 577 | 577 | <th scope="row">{#syntax#}f80{#endsyntax#}</th> |
| 578 | | <td><code class="c">double</code></td> |
| 578 | <td><code class="c">long double</code></td> |
| 579 | 579 | <td>80-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td> |
| 580 | 580 | </tr> |
| 581 | 581 | <tr> |