number

package
v0.68.14 Latest Latest
Warning

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

Go to latest
Published: May 3, 2025 License: MIT Imports: 7 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrOverflow = errors.New("integer overflow")

Functions

func IntLength

func IntLength[I int | int8 | int16 | int32 | int64](num I) uint

func IntSliceDedupe

func IntSliceDedupe(elems []int, sortElems bool) []int

func Itoi16 added in v0.68.13

func Itoi16(i int) (int16, error)

func Itoi32 added in v0.68.13

func Itoi32(i int) (int32, error)

func Itoi8 added in v0.68.13

func Itoi8(i int) (int8, error)

func Itou32 added in v0.68.13

func Itou32(i int) (uint32, error)

func MatrixColsMax added in v0.33.5

func MatrixColsMax(d [][]float64) []float64

func MatrixRowsMax added in v0.33.5

func MatrixRowsMax(d [][]float64) []float64

func Ntof64 added in v0.68.8

func Ntof64[N constraints.Integer | constraints.Float](val N) (float64, bool)

func SliceIntBuildBeginEnd added in v0.63.0

func SliceIntBuildBeginEnd(beg, end int) []int

SliceIntBuildBeginEnd returns of slice of integers from beginning to end, inclusive.

func SliceToFloat64 added in v0.41.1

func SliceToFloat64[T constraints.Integer | constraints.Float](src []T) []float64

SliceToFloat64 converts a slice of integers or floats to float64.

Types

type Integers added in v0.68.8

type Integers[C constraints.Integer] []C

func (Integers[C]) Sum added in v0.68.8

func (s Integers[C]) Sum() C

func (Integers[C]) SumString added in v0.68.8

func (s Integers[C]) SumString() string

type IntegersMatrix added in v0.68.8

type IntegersMatrix[C constraints.Integer] [][]C

func (IntegersMatrix[C]) ColumnSums added in v0.68.8

func (m IntegersMatrix[C]) ColumnSums(colIdx int, zeroOnEmpty bool) ([]C, error)

ColumnSums returns a slice where the element in each value is the sum of the column, e.g. [{sumColumn0},{sumColumn1},{sumColumn2}]

Jump to

Keyboard shortcuts

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