move stirling methods to public package

This commit is contained in:
filifa 2025-11-15 19:34:49 -05:00
parent 85229bffe1
commit 73c750d317
2 changed files with 1 additions and 1 deletions

View File

@ -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