repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Windows installer: Update README.txt.
[maxima.git]
/
share
/
colnew
/
ex1
/
dgsub.f
blob
df2c2a5e178acd9c16c43c0321134860c91439e4
1
C................................................................ DGS 10
2
SUBROUTINE
DGSUB
(
I
,
Z
,
DG
)
DGS
20
3
REAL*8
Z
(
4
),
DG
(
4
)
4
DO
10
J
=
1
,
4
5
DG
(
J
) =
0
.
6
10
CONTINUE
7
GO TO
(
20
,
30
,
20
,
30
),
I
8
20
DG
(
1
) =
1
.
9
RETURN
10
30
DG
(
3
) =
1
.
11
RETURN
12
END