<< Previous | Next >>

log

float log( float x );

Description

Computes the logarithm, base e, of real float value x.

Parameters

x
Float value

Return value

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

Library

MATH.LIB

See also

exp, log10


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