mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
# Copyright 1999-2020 Gentoo Authors.
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# This file contains descriptions of PRECISION USE_EXPAND flags.
|
|
|
|
arbitrary - floating point arbitrary precision.
|
|
double - floating point 53-bit precision.
|
|
quad - floating point 113-bit precision.
|
|
long-double - floating point 64-bit precision.
|
|
single - floating point 24-bit precision.
|