Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
integrate: add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ch committed Dec 9, 2018
1 parent 09c2f47 commit a422b5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc.go
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package integrate provides functions to compute an integral given a
// specific list of evaluations.
package integrate // "github.com/gonum/integrate"
4 changes: 3 additions & 1 deletion quad/quad.go
Expand Up @@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package quad provides numerical evaluation of definite integrals of single-variable functions.
// This repository is no longer maintained.
// Development has moved to https://github.com/gonum/gonum.
//
// Package quad provides numerical evaluation of definite integrals of single-variable functions.
package quad

import (
Expand Down

0 comments on commit a422b5c

Please sign in to comment.