Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mgriebling/mgdecimal
- Owner: mgriebling
- License: mit
- Created: 2022-03-14T18:32:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:49:42.000Z (3 months ago)
- Last Synced: 2024-08-14T22:41:44.167Z (3 months ago)
- Topics: decimal-numbers, ieee754, math
- Language: Swift
- Homepage:
- Size: 5.58 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.