EOS.IO C语言API手册

printqf

打印输出4倍精度浮点数,例如long double

参数

要输出的4倍精度数。

示例代码

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