Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mgriebling/mgdecimal

IEEE Decimal arithmetic 128-, 64-, and 32-bit types built entirely in Swift.
https://github.com/mgriebling/mgdecimal

decimal-numbers ieee754 math

Last synced: 8 days ago
JSON representation

IEEE Decimal arithmetic 128-, 64-, and 32-bit types built entirely in Swift.

Awesome Lists containing this project

README

        

# MGDecimal

A Swift implementation based on the Intel Corp Decimal Floating-Point Math Library v2.2.
This library uses Binary Integer Decimal (BID) encoded numbers in its implementation.
Conversions to/from Densely Packed Decimal (DPD) encoded numbers are provided.

NOTE: THIS IS A WORK IN PROGRESS. PLEASE WAIT FOR A FIRST RELEASE!
IF YOU WOULD LIKE TO HELP GENERATE TEST CASES, PLEASE CONTACT ME!
IF YOU NEED DECIMAL NUMBER SUPPORT NOW, CHECK OUT THE DECIMALS REPOSITORY.