These docs are for v1.3.0. Click to read the latest docs for v1.6.

printqf

Prints value as quadruple-precision floating point number (i.e. long double)

Prints value as quadruple-precision floating point number

Parameters

  • value is a pointer to the long double to be printed

Example:

long double value = 5.0 / 10.0;
printqf(value); // Output: 0.5