An open API service indexing awesome lists of open source software.

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

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