//
pkg.gl
Category
github.com/fr-str/go-utils
math
package
0.0.0-20240328093838-80fb781f0451
Repository:
https://github.com/fr-str/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
29 SLOC
#
Functions
IsNumeric
IsNumeric quickly checks if string is a number.
RoundTo
RoundTo rounds `n` float to `decimals` number after comma RoundTo(1.123, 1) = 1.1 RoundTo(1.655, 2) = 1.66.
#
Interfaces
Number
No description provided by the author