@@ -5,6 +5,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
55# Binary Rational Numbers
66
77[ ![ Docker CI] [ docker-action-shield ]] [ docker-action-link ]
8+ [ ![ Nix CI] [ nix-action-shield ]] [ nix-action-link ]
89[ ![ Contributing] [ contributing-shield ]] [ contributing-link ]
910[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
1011[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
@@ -13,6 +14,9 @@ Follow the instructions on https://github.com/coq-community/templates to regener
1314[ docker-action-shield ] : https://github.com/coq-community/qarith-stern-brocot/workflows/Docker%20CI/badge.svg?branch=master
1415[ docker-action-link ] : https://github.com/coq-community/qarith-stern-brocot/actions?query=workflow:"Docker%20CI"
1516
17+ [ nix-action-shield ] : https://github.com/coq-community/qarith-stern-brocot/workflows/Nix%20CI/badge.svg?branch=master
18+ [ nix-action-link ] : https://github.com/coq-community/qarith-stern-brocot/actions?query=workflow:"Nix%20CI"
19+
1620[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1721[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
1822
@@ -26,7 +30,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
2630[ doi-shield ] : https://zenodo.org/badge/DOI/10.1007/978-3-540-24849-1_20.svg
2731[ doi-link ] : https://doi.org/10.1007/978-3-540-24849-1_20
2832
29- Development of rational numbers as finite binary lists and defining
33+ Development of rational numbers in Coq as finite binary lists and defining
3034field operations on them in two different ways: strict and lazy.
3135
3236
@@ -66,8 +70,7 @@ make install
6670
6771## Documentation
6872
69- This package contains a rational arithmetic library for Coq.
70- This includes:
73+ This project contains a rational arithmetic library for Coq. This includes:
7174
7275- A binary representation for positive rational numbers ` Qpositive ` and its
7376 extension to ` Q ` by adding sign bit (also known as Stern-Brocot
0 commit comments