NRF_LOG_INFO does not show float number

I use the following code:

NRF_LOG_RAW_INFO("\t (%f %f %f)\r\n", fgx, fgy, fgz);

I get

(f f f)

What is missing here?

Related