Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freshcode/MFMathLib
Browse files Browse the repository at this point in the history
  • Loading branch information
ekscrypto committed Feb 5, 2013
2 parents 3d1936f + 1da12c6 commit 75016b7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
@@ -1,15 +1,25 @@
MFMathLib
=========

8-bit to 1024-bit (easily extendable) mathematic library with overflow/underflow detection
A mathematical library providing basic math operations on data types from 8-bits to 1024-bits
with overflow/underflow tracking.

Standard C operations such as multiply and divide do not properly track overflow, underflow and
remainders. As an example, multiplying two unsigned char values of 100 together will produce a
result larger than could be stored in a resulting unsigned char without any warning at runtime.

All functions defined in this library provide all the parameters and returned values necessary
to ensure mathematical accuracy for all supported data types.

by Freshcode, Cutting edge Mac, iPhone & iPad software development.
http://madefresh.ca/


Licensing
=========
Public Domain

by Freshcode, Cutting edge Mac, iPhone & iPad software development.
http://madefresh.ca/

Originally created by Dave Poirier on 2013-02-01.

Compatibility
Expand Down

0 comments on commit 75016b7

Please sign in to comment.