Documentation
¶
Index ¶
- func Average(x []float64) float64
- func BytesToFloat64(in []byte) (float64, error)
- func Fibonacci(n, max int) int
- func Float64ToBytes(in float64) []byte
- func Float64ToString(in float64) string
- func IsInt(v interface{}) bool
- func Max[...](args ...T) T
- func Median(x []float64) float64
- func ParseFloat32(str string) (float32, error)
- func ParseFloat64(str string) (float64, error)
- func RoundFloat64(val float64, dec int) float64
- func StringToFloat64(in string) (float64, error)
- func StringToInt(in string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.