func math.Pow10

2 uses

	math (current package)
		pow10.go#L30: func Pow10(n int) float64 {

	src.elv.sh/pkg/eval/mods/math
		math.go#L512: 	"pow10":         math.Pow10,