package
0.0.0-20241023150245-c8bbc672ef66
Repository: https://github.com/aclements/go-moremath.git
Documentation: pkg.go.dev

# Functions

Concat returns the concatenation of its arguments.
Linspace returns num values spaced evenly between lo and hi, inclusive.
Logspace returns num values spaced evenly on a logarithmic scale between base**lo and base**hi, inclusive.
Map returns f(x) for each x in xs.
Sum returns the sum of xs.
Vectorize returns a function g(xs) that applies f to each x in xs.