Skip to content

messner75/mantissify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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