<< Previous | Next >>

log10

float log10( float x );

Description

Computes the base 10 logarithm of real float value x.

Parameters

x
Value to compute

Return value

The log base 10 of x.

The function returns -INF and signals a domain error when x 0.

Library

MATH.LIB

See also

log, exp


Dynamic C Functions << Previous | Next >> rabbit.com