package
0.64.11
Repository: https://github.com/grokify/mogo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DivideInt64 performs integer division, returning a quotient and remainder.
DivmodInt64 from https://stackoverflow.com/a/43945812.
FloorMostSignificant returns number with a single significant digit followed by zeros.
IntLen returns the string length of an integer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MinMaxInt32 returns min/max value given a slice of input values.
MinMaxUint returns min/max value given a slice of input values.
No description provided by the author
No description provided by the author
No description provided by the author
NewSliceFloat64 creates and returns an empty SliceFloat64 struct.
NewSliceFloat64Stats returns a new initialized SliceFloat64Stats struct.
NewSliceInt creates and returns an empty SliceInt struct.
NewSliceIntStats returns a new initialized SliceIntStats struct.
PercentChangeToXoX converts a 1.0 == 100% based `float64` to a XoX percentage `float64`.
PrettyTicks returns a slice of integers that start lower and end higher than the supplied range.
No description provided by the author
No description provided by the author
Round returns the nearest integer, rounding half away from zero.
Round is a rounding function for use before Go 1.11.

# Variables

No description provided by the author
No description provided by the author

# Structs

RangeFloat64 creates a range with a fixed set of cells and returns the cell for a certain value.
RangeFloat64 creates a range with a fixed set of cells and returns the cell for a certain value.
SliceFloat64 represets a slice of integers and provides functions on that slice.
SliceFloat64Stats represents a set of statistics for a set of float64s.
SliceInt represets a slice of integers and provides functions on that slice.
SliceIntStats represents a set of statistics for a set of integers.

# Interfaces

No description provided by the author