EOS.IO C语言API手册

printdf

打印输出双精度浮点数,例如double类型的数。

参数

要打印输出的双精度数值。

示例代码

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