Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 477 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 477 Bytes

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.