Table of Contents Previous topic Next topic
C COMPILER LIBRARY FUNCTION REFERENCE->Detailed Descriptions->log() logl()
Summary
#include <math.h>
| double log(double x) | Calculate natural logarithm to double precision |
| long double logl(long double x) | Calculate natural logarithm to long double precision |
| x | Floating point value |