Skip to content

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

License

Notifications You must be signed in to change notification settings

mgriebling/MGDecimal

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages