Documentation
¶
Index ¶
- func AppendZeroInt(value int) string
- func F64ToString(num float64) string
- func F64ToStringDyn(num float64) string
- func FillNumberString(size int) []string
- func FillValue[T any](record int, value T) []T
- func FillZeroFloat32(size int) []float32
- func FillZeroFloat64(size int) []float64
- func FindInt(a []int64, x int64) bool
- func FindIntPtr(a *[]int64, x int64) bool
- func Format2Digit(num float64) string
- func I64ToString(num int64) string
- func IsDigit(s string) bool
- func JoinInt64(source []int64, sep string) string
- func MoreThanZeroFloat64(value float64) bool
- func ParseFloat32Safety(num string) float32
- func ParseFloat64(num string) (float64, error)
- func ParseFloat64Safety(num string) float64
- func ParseInt(num string) (int, error)
- func ParseInt64(num string) (int64, error)
- func ParseInt64Safety(num string) int64
- func Rand(min float64, max float64) float64
- func SumFloat64(numbers []float64) float64
- func ToFloat64(value interface{}) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendZeroInt ¶
func F64ToString ¶
func F64ToStringDyn ¶
func FillNumberString ¶
func FillZeroFloat32 ¶
func FillZeroFloat64 ¶
func FindIntPtr ¶
func Format2Digit ¶
func I64ToString ¶
func MoreThanZeroFloat64 ¶
func ParseFloat32Safety ¶
func ParseFloat64 ¶
func ParseFloat64Safety ¶
func ParseInt64 ¶
func ParseInt64Safety ¶
func SumFloat64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.