Documentation
¶
Overview ¶
Package polynomial provides functions that support polynomial arithmetic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringDigits ¶
StringDigits parses an integer value one digit at a time, starting with least significant, and returns a string representation.
Types ¶
type List ¶
type List struct { SignBit bool `default:"false"` First *ListNode `default:"&ListNode{}"` Last *ListNode `default:"nil"` }
List defines the boundaries of a list signly linked list.
func ListDigits ¶
Click to show internal directories.
Click to hide internal directories.