shramov / decimal128

Public domain IEEE 754 decimal128 pack/unpack implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEEE 754 decimal128 pack/unpack

This repository contains pack/unpack code and test data.

If you need decimal128 numbers in your project feel free to use this code as starting point.

Test data was generated using MongoDB implementation and validated with GCC std::decimal::decimal128.

About

Public domain IEEE 754 decimal128 pack/unpack implementation

License:The Unlicense


Languages

Language:C 48.5%Language:C++ 25.5%Language:Python 15.1%Language:Meson 10.9%