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