move stirling methods to public package
This commit is contained in:
parent
85229bffe1
commit
73c750d317
|
|
@ -22,7 +22,7 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
"scm.dairydemon.net/filifa/mathtools/internal/lib"
|
"scm.dairydemon.net/filifa/mathtools/lib"
|
||||||
)
|
)
|
||||||
|
|
||||||
var firstKind bool
|
var firstKind bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue