digits413

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Shifts = []int{
	0,
	int(math.Pow(10.0, 0.0)),
	int(math.Pow(10.0, 1.0)),
	int(math.Pow(10.0, 2.0)),
	int(math.Pow(10.0, 3.0)),
	int(math.Pow(10.0, 4.0)),
	int(math.Pow(10.0, 5.0)),
	int(math.Pow(10.0, 6.0)),
	int(math.Pow(10.0, 7.0)),
	int(math.Pow(10.0, 8.0)),
	int(math.Pow(10.0, 9.0)),
	int(math.Pow(10.0, 10.0)),
	int(math.Pow(10.0, 11.0)),
	int(math.Pow(10.0, 12.0)),
	int(math.Pow(10.0, 13.0)),
	int(math.Pow(10.0, 14.0)),
	int(math.Pow(10.0, 15.0)),
	int(math.Pow(10.0, 16.0)),
	int(math.Pow(10.0, 17.0)),
	int(math.Pow(10.0, 18.0)),
}

Shifts stores ... ???

Functions

func F

func F(n int) int

F returns the number of the one-child numbers less than N

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL