projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27e2d3
)
update intdoc.texi
author
Craig Burley
<burley@gcc.gnu.org>
Fri, 19 Feb 1999 09:16:31 +0000
(
04:16
-0500)
committer
Craig Burley
<burley@gcc.gnu.org>
Fri, 19 Feb 1999 09:16:31 +0000
(
04:16
-0500)
From-SVN: r25305
gcc/f/intdoc.texi
patch
|
blob
|
history
diff --git
a/gcc/f/intdoc.texi
b/gcc/f/intdoc.texi
index ad3ac77831a51c1b24f0a8ecdc0d2bff15e17d36..22ea23f1ada16d5c8d033c33a701e296193d7314 100644
(file)
--- a/
gcc/f/intdoc.texi
+++ b/
gcc/f/intdoc.texi
@@
-7615,7
+7615,7
@@
Intrinsic groups: (standard FORTRAN 77).
Description:
Returns the common logarithm (base 10) of @var{X}, which must
-be greater than zero
or
.
+be greater than zero.
The inverse of this function is @samp{10. ** LOG10(@var{X})}.