| www.delorie.com/gnu/docs/gcc/g77_246.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Log10(X) |
Log10: REAL function, the `KIND=' value of the type being that of argument X.
X: REAL; scalar; INTENT(IN).
Intrinsic groups: (standard FORTRAN 77).
Description:
Returns the common logarithm (base 10) of X, which must be greater than zero.
The inverse of this function is `10. ** LOG10(X)'.
See section 8.11.9.170 Log Intrinsic, for the natural logarithm function.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |