Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovpavlov/units
https://github.com/ovpavlov/units
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovpavlov/units
- Owner: OVPavlov
- License: mit
- Created: 2024-10-20T17:32:26.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:38:29.000Z (17 days ago)
- Last Synced: 2024-10-20T21:22:39.012Z (17 days ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Extremely simple one header lib for compile time dimensional analysis.
Example:
Outputs:
```
force: 49 kg·m·s⁻²
work: 490 kg·m²·s⁻²
Power: 245 kg·m²·s⁻³
```