frederick-vs-ja wrote: > Essentially all of math.h doesn't exist until `C99`: https://en.cppreference.com/w/c/numeric/math/log You seemed to misread the page. `logf` and `logl` exist since C99, while `log` exists since C89. https://github.com/llvm/llvm-project/pull/129979