Commit Graph

16 Commits

Author SHA1 Message Date
Dan Kortschak
9601737d99 mathext/internal/amos: remove overwrite before first use and non-used
Identified by staticcheck.
2019-10-13 05:59:22 +10:30
Dan Kortschak
df767402ae internal/amos: remove ineffectual assignments
Identified by ineffasign:
.../amos.go:423:2: ineffectual assignment to ZTAR
.../amos.go:423:8: ineffectual assignment to ZTAI
.../amos.go:423:14: ineffectual assignment to FNU
.../amos.go:423:19: ineffectual assignment to KODE
.../amos.go:423:25: ineffectual assignment to MR
.../amos.go:423:46: ineffectual assignment to RL
.../amos.go:423:50: ineffectual assignment to TOL
.../amos.go:423:55: ineffectual assignment to ELIM
.../amos.go:423:61: ineffectual assignment to ALIM
.../amos.go:446:2: ineffectual assignment to ZTAR
.../amos.go:446:8: ineffectual assignment to ZTAI
.../amos.go:446:14: ineffectual assignment to FNU
.../amos.go:446:19: ineffectual assignment to KODE
.../amos.go:446:42: ineffectual assignment to TOL
.../amos.go:446:47: ineffectual assignment to ELIM
.../amos.go:446:53: ineffectual assignment to ALIM
.../amos.go:1186:2: ineffectual assignment to ZDR
.../amos.go:1186:7: ineffectual assignment to ZDI
.../amos.go:1186:42: ineffectual assignment to ASCLE
.../amos.go:1216:2: ineffectual assignment to KODED
.../amos.go:1460:23: ineffectual assignment to NN
.../amos.go:1467:23: ineffectual assignment to NN
.../amos.go:1514:14: ineffectual assignment to IUF
2019-10-12 21:10:59 +10:30
Dan Kortschak
8b8576f99e internal/amos: return error conditions 2019-10-12 21:10:59 +10:30
Dan Kortschak
a4ad4d254f all: run go fmt ./... 2019-03-31 13:31:35 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
mewmew
7e53ef2fae all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.

Remove vanity imports from all files except doc.go.

Fixes #12.

The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b2982a3e50.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b0a98102dc.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 00292b2d57.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 963877e5f5.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5 all: use fixdocs tool to store package documentation in doc.go 2017-08-16 13:19:00 +02:00
kortschak
a1347c0243 all: fix spelling errors 2017-06-20 16:29:35 +09:30
Brendan Tracey
43311d7bb5 mathext: imported mathext as a subtree 2017-05-23 00:02:50 -06:00