func_value

package
v0.0.0-...-ca74b24 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Map

func Map(op Operator, a []float64) []float64

https://yourbasic.org/golang/function-pointer-type-declaration/ Map applies op to each element of a.

func SortSlice

func SortSlice(slice interface{}, less func(i, j int) bool)

https://yourbasic.org/golang/anonymous-function-literal-lambda-closure/

Types

type Operator

type Operator func(x float64) float64

Jump to

Keyboard shortcuts

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