2 .\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
3 .\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
5 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
8 .TH double_t 3type (date) "Linux man-pages (unreleased)"
10 float_t, double_t \- most efficient floating types
18 .BR typedef " /* ... */ " float_t;
19 .BR typedef " /* ... */ " double_t;
22 The implementation's most efficient floating types at least as wide as
27 Their type depends on the value of the macro
34 FLT_EVAL_METHOD float_t double_t
40 2 long double long double
49 are implementation-defined.