[][src]Function eosio_cdt_sys::printsf

pub unsafe extern "C" fn printsf(value: f32)

Prints value as single-precision floating point number

@param value of float to be printed

Example:

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