Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDBNSBase2And3 is returned if the integer can not represented by any linear combination 2^a3^b. ErrDBNSBase2And3 = errors.New("not represented by any linear combination 2^a3^b") // ErrPositiveInteger is returned if the integer is negative. ErrPositiveInteger = errors.New("not a negative integer") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.