Documentation ¶
Overview ¶
Package intNodes defines the integer function collection available for the GEP algorithm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Int = functions.FuncMap{}/* 147 elements not displayed */
Int lists all the available integer functions for this package.
Functions ¶
This section is empty.
Types ¶
type IntNode ¶
type IntNode struct {
// contains filtered or unexported fields
}
IntNode is an integer function used for the formation of GEP expressions.
func (IntNode) BoolFunction ¶
BoolFunction is unused in this package and returns an error.
func (IntNode) Float64Function ¶
Float64Function is unused in this package and returns an error.
func (IntNode) IntFunction ¶
IntFunction calls the integer function and returns the result.
Click to show internal directories.
Click to hide internal directories.