#include <math.h>
float log10 (
float val); /* value to take common logarithm of */
Description
The log10 function calculates the common logarithm for the
floating-point number val. The logarithm is the
exponent to which the base (10 in the case of common logs) must be
raised to equal val. Or,
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.