Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DivideFloat ¶
func DivideFloat[A, B constraints.Integer](a A, b B) float64
func DivideUint ¶
func DivideUint[A, B constraints.UnsignedInteger](a A, b B) uint64
func FormatFloat ¶
func FormatFloat[T constraints.Float](f T) string
func FormatInt ¶
func FormatInt[T constraints.SignedInteger](i T) string
func FormatUint ¶
func FormatUint[T constraints.UnsignedInteger](i T) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.