wok diff mpc-library/description.txt @ rev 25462
ufraw: include exiv2/error.hpp in ufraw_exiv2.cc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 10:52:41 2022 +0000 (2022-09-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mpc-library/description.txt Wed Sep 28 10:52:41 2022 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +GNU MPC is a C library for the arithmetic of complex numbers with 1.5 +arbitrarily high precision and correct rounding of the result. 1.6 +It extends the principles of the IEEE-754 standard for fixed 1.7 +precision real floating point numbers to complex numbers, providing 1.8 +well-defined semantics for every operation. 1.9 +At the same time, speed of operation at high precision is a major 1.10 +design goal.