Documentation ¶
Index ¶
- func CalcGrowthPercentage(a1, a2 float64) float64
- func CalcIntGrowthPercentage(a1, a2 int) float64
- func CoalesceFloat64(list ...float64) float64
- func DivideFloat(a float64, b float64) float64
- func DivideFloatWithInt(a float64, b int) float64
- func DivideInt(a int, b int) float64
- func DivideIntWithFloat(a int, b float64) float64
- func Fixed(f float64, precision int) float64
- func Fixed2(f float64) float64
- func Fixed4(f float64) float64
- func MaxInt(a, b int) int
- func MinInt(a, b int) int
- func StringSliceIn(element string, sliceInfo []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DivideFloat ¶
func DivideFloatWithInt ¶
func DivideIntWithFloat ¶
func StringSliceIn ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.