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
- 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
Input: The sensor measured 0.000345678 A at 3213 V.
Output: The sensor measured 345.678 micro A at 3.313 kilo V.
To keep it simple, mantissify uses the MIT licensing model.
See the LICENSE file for details.
SPDX-License-Identifier: MIT