https://github.com/messner75/mantissify
Smart SI scaling for measurements
https://github.com/messner75/mantissify
exponent formatting mantissa measurement si-prefix
Last synced: 4 months ago
JSON representation
Smart SI scaling for measurements
- Host: GitHub
- URL: https://github.com/messner75/mantissify
- Owner: messner75
- License: mit
- Created: 2025-12-20T18:46:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-02T11:07:52.000Z (4 months ago)
- Last Synced: 2026-01-03T17:52:03.319Z (4 months ago)
- Topics: exponent, formatting, mantissa, measurement, si-prefix
- Language: C
- Homepage: https://messner75.github.io/mantissify/
- Size: 206 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mantissify - smart SI scaling for measurements
Mantissify is a lightweight API that converts numbers, measurements, and
entire texts containing measurement data into clear, human‑readable formats.
It helps make technical or scientific information easier to understand and
more consistent.
Visit the mantissify product page on GitHub for more informations:
https://messner75.github.io/mantissify
## Features
- Formats individual measurement values
- Detects and reformats measurement data inside full text
- Supports various SI prefixes and scientific notation
- Produces clean, readable output for users and documentation
- API is stateless and threadsafe
## Example
**Input:**
The sensor measured 0.000345678 A at 3213 V.
**Output:**
The sensor measured 345.678 micro A at 3.313 kilo V.
## License
To keep it simple, mantissify uses the MIT licensing model.
See the `LICENSE` file for details.
SPDX-License-Identifier: MIT