Top "Long-double" questions

Questions related to `long double` floating-point data-type (numbers) as commonly found in languages like C and C++. Sometimes referred to as quadruple-precision floating-point data-type (numbers).

Why did Microsoft abandon long double data type?

A while ago I wrote a program which used some factorial functions. I used the long double data type to …

c++ visual-studio floating-point long-double
Cout long double issue

So, I'm working on a C++ project. I have a var of long double type and assigned it a value …

c++ netbeans cout long-double
How to get a Python long double literal?

How to get a Python long double literal? I have tried with numpy.longdouble(1e309) and numpy.longdouble("1e309") but …

python numpy long-double