@@ -20,7 +20,7 @@
// + combined operations such as AddRound/MulAdd etc
// + exchanging data in decimal32/64/128 formats
//
-package inf
+package inf // import "gopkg.in/inf.v0"
// TODO:
// - avoid excessive deep copying (quo and rounders)
@@ -8,7 +8,7 @@ import (
"strings"
"testing"
- "speter.net/go/exp/math/dec/inf"
+ "gopkg.in/inf.v0"
)
type decFunZZ func(z, x, y *inf.Dec) *inf.Dec
@@ -5,7 +5,7 @@ import (
"log"
-import "speter.net/go/exp/math/dec/inf"
+import "gopkg.in/inf.v0"
func ExampleDec_SetString() {
d := new(inf.Dec)
"os"
"text/tabwriter"
// This example displays the results of Dec.Round with each of the Rounders.
@@ -4,7 +4,7 @@ import (
"math/big"
var decRounderInputs = [...]struct {