Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9ed4a9ba
Commit
9ed4a9ba
authored
Feb 17, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Say `common' logarithm for log10.
From-SVN: r25262
parent
37b37199
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/f/intdoc.in
+7
-7
No files found.
gcc/f/intdoc.in
View file @
9ed4a9ba
/* Copyright (C) 1997 Free Software Foundation, Inc.
/* Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
* This is part of the G77 manual.
* For copying conditions, see the file g77.texi. */
...
...
@@ -285,7 +285,7 @@ be zero.
@xref{Exp Intrinsic}, for the inverse of this function.
@xref{Log10 Intrinsic}, for the
base-10
logarithm function.
@xref{Log10 Intrinsic}, for the
`common' (base-10)
logarithm function.
"
)
DEFDOC
(
ALOG
,
"Natural logarithm (archaic)."
,
ARCHAIC
(
LOG
,
Log
))
...
...
@@ -296,18 +296,18 @@ DEFDOC (DLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC
(
CDLOG
,
"Natural logarithm (archaic)."
,
ARCHAIC
(
LOG
,
Log
))
DEFDOC
(
LOG10
,
"
Base-10
logarithm."
,
"\
Returns the
base-10 logarithm
of @var{@1@}, which must
be greater than zero.
DEFDOC
(
LOG10
,
"
Common
logarithm."
,
"\
Returns the
common logarithm (base 10)
of @var{@1@}, which must
be greater than zero
or
.
The inverse of this function is @samp{10. ** LOG10(@var{@1@})}.
@xref{Log Intrinsic}, for the natural logarithm function.
"
)
DEFDOC
(
ALOG10
,
"
Natural
logarithm (archaic)."
,
ARCHAIC
(
LOG10
,
Log10
))
DEFDOC
(
ALOG10
,
"
Common
logarithm (archaic)."
,
ARCHAIC
(
LOG10
,
Log10
))
DEFDOC
(
DLOG10
,
"
Natural
logarithm (archaic)."
,
ARCHAIC
(
LOG10
,
Log10
))
DEFDOC
(
DLOG10
,
"
Common
logarithm (archaic)."
,
ARCHAIC
(
LOG10
,
Log10
))
DEFDOC
(
MAX
,
"Maximum value."
,
"\
Returns the argument with the largest value.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment