I'm attempting to use the "powf()" function in a Zephyr thread.
When I try to run:
LOG_INF("powf: %f",powf(2.0f,-8.0f));
the result is "inf". (Code compiles, but doesn't give the correct result.)
I'm using nRF Connect 2.0.2 SDK. I set the FPU check box in the Kconfig editor.
Is there some other setting that needs to be invoked (for example in prj.conf)?
Thanks!