https://github.com/bagnalla/pow_2
Least power of two greater than or equal to a given natural number.
https://github.com/bagnalla/pow_2
Last synced: 3 months ago
JSON representation
Least power of two greater than or equal to a given natural number.
- Host: GitHub
- URL: https://github.com/bagnalla/pow_2
- Owner: bagnalla
- Created: 2020-01-06T22:00:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T22:08:48.000Z (over 5 years ago)
- Last Synced: 2025-01-21T10:50:57.215Z (5 months ago)
- Language: Coq
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pow_2
A Coq function to compute the least power of two greater than or equal
to a given natural number. Specification and proof of correctness
included.Developed with Coq 8.9.1.