pl/math: Add scalar log10f

- Scalar log10f simply implemented as log10(x):=log(x)*invlog10.
- The implementation of the log is similar to that of math/.
- The maximum measured ULP error is about 0.80ulp.
11 files changed