Categorygithub.com/xtdlib/rat
repositorypackage
0.0.0-20241117093735-13e2b0d16682
Repository: https://github.com/xtdlib/rat.git
Documentation: pkg.go.dev

# README

rat

Alternative API for rational numbers in go. It's wrapper arround math.Rat.

rat.Rat("0.1").Add(rat.Rat("0.2")).IsEqual(rat.Rat("0.3")) // is true