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
c718be04
Commit
c718be04
authored
Feb 18, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix LOG10 typo
From-SVN: r25275
parent
ef35f382
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/f/ChangeLog
+4
-0
gcc/f/intdoc.in
+1
-1
No files found.
gcc/f/ChangeLog
View file @
c718be04
1999-02-18 Craig Burley <craig@jcb-sc.com>
* intdoc.in (LOG10): Fix typo.
1999-02-17 Ulrich Drepper <drepper@cygnus.com>
* intdoc.in: Fix typo.
...
...
gcc/f/intdoc.in
View file @
c718be04
...
...
@@ -298,7 +298,7 @@ DEFDOC (CDLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC
(
LOG10
,
"Common logarithm."
,
"\
Returns the common logarithm (base 10) of @var{@1@}, which must
be greater than zero
or
.
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