package
Version:
v0.0.0-...-0394936
Opens a new window with list of versions in this module.
Published: Jan 23, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Clamp[T Number](v, min, max T) T
IsNumeric quickly checks if string is a number. 12x faster then strconv.ParseFloat(s, 64)
RoundTo rounds `n` float to `decimals` number after comma
RoundTo(1.123, 1) = 1.1
RoundTo(1.655, 2) = 1.66
Source Files
¶
Click to show internal directories.
Click to hide internal directories.