Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTIONS->Detailed Descriptions->log10() log10l()
Summary
#include "math.h"
| double log10(double x) | Calculate logarithm to base 10 to double precision |
| long double log10l(long double x) | Calculate logarithm to base 10 to long double precision |
| x | Floating point value |