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

printsf

Prints value as single-precision floating point number (i.e. float)

Prints value as single-precision floating point number

Parameters

  • value of float to be printed

Example:

float value = 5.0 / 10.0;
printsf(value); // Output: 0.5