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
2bf8f6bc
Commit
2bf8f6bc
authored
Feb 14, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix LOG10 docs
From-SVN: r25196
parent
90b8e60a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/f/ChangeLog
+4
-0
gcc/f/intdoc.in
+3
-4
No files found.
gcc/f/ChangeLog
View file @
2bf8f6bc
1999-02-14 Craig Burley <craig@jcb-sc.com>
* intdoc.in (LOG10): Fix description.
1999-02-14 Craig Burley <craig@jcb-sc.com>
* news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
1999-02-14 Craig Burley <craig@jcb-sc.com>
...
...
gcc/f/intdoc.in
View file @
2bf8f6bc
...
...
@@ -296,10 +296,9 @@ DEFDOC (DLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC
(
CDLOG
,
"Natural logarithm (archaic)."
,
ARCHAIC
(
LOG
,
Log
))
DEFDOC
(
LOG10
,
"Natural logarithm."
,
"\
Returns the natural logarithm of @var{@1@}, which must
be greater than zero or, if type @code{COMPLEX}, must not
be zero.
DEFDOC
(
LOG10
,
"Base-10 logarithm."
,
"\
Returns the base-10 logarithm of @var{@1@}, which must
be greater than zero.
The inverse of this function is @samp{10. ** LOG10(@var{@1@})}.
...
...
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