Hi Julian,
I don't expect powerquad to be able to do the powf function directly. I didn't understand why NXP didn't create an API to do powf using ln(x) and e^x. I got a LPC55S69 kit and tested these functions, and I noticed that the only limitation is in the function e^(x) , where x cannot be too big, so that e^(x) is bigger than 2^32. Even so, it is very impressive
Then it is possible to implement powf, with the limitation that x^y is less than 2^32.