https://github.com/go-x-pkg/rational
Utilties for rational number calculation, parsing and manipulation for Golang.
https://github.com/go-x-pkg/rational
go golang rational
Last synced: 5 months ago
JSON representation
Utilties for rational number calculation, parsing and manipulation for Golang.
- Host: GitHub
- URL: https://github.com/go-x-pkg/rational
- Owner: go-x-pkg
- License: mit
- Created: 2020-12-02T11:33:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:17:54.000Z (over 2 years ago)
- Last Synced: 2025-05-10T23:32:08.523Z (about 1 year ago)
- Topics: go, golang, rational
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rational
[![GoDev][godev-image]][godev-url]
[![Build Status][build-image]][build-url]
[![Coverage Status][coverage-image]][coverage-url]
[![Go Report Card][goreport-image]][goreport-url]
[![Deepsource.io Card][deepsource-io-image]][deepsource-io-url]
Utilties for rational number calculation, parsing and manipulation for Golang.
Inspired by (ported from) original ffmpeg/libav AVRational struct.
[godev-image]: https://img.shields.io/badge/go.dev-reference-5272B4?logo=go&logoColor=white
[godev-url]: https://pkg.go.dev/github.com/go-x-pkg/rational
[build-image]: https://travis-ci.com/go-x-pkg/rational.svg?branch=master
[build-url]: https://travis-ci.com/go-x-pkg/rational
[coverage-image]: https://coveralls.io/repos/github/go-x-pkg/rational/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/go-x-pkg/rational?branch=master
[goreport-image]: https://goreportcard.com/badge/github.com/go-x-pkg/rational
[goreport-url]: https://goreportcard.com/report/github.com/go-x-pkg/rational
[deepsource-io-image]: https://static.deepsource.io/deepsource-badge-light-mini.svg
[deepsource-io-url]: https://deepsource.io/gh/go-x-pkg/rational/?ref=repository-badge