Gentee Programming Language > Documentation > Libraries Download documentation

log

Common logarithm.
 
double log(
      double   x
)

Parameters

xFloating-point value.

Return value

The common logarithm log10( x ).

See also

    Mathematical functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.