Packages
mmath
0.2.17
0.2.26
0.2.25
0.2.24
0.2.23
0.2.22
0.2.21
0.2.20
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha9
0.2.0-alpha8
0.2.0-alpha7
0.2.0-alpha6
0.2.0-alpha5
0.2.0-alpha4
0.2.0-alpha3
0.2.0-alpha2
0.2.0-alpha10
0.2.0-alpha1
0.2.0-alpha
0.1.17-alpha
0.1.16
0.1.15
0.1.14
0.1.13
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
math library for metric sequences and binary arrays.
Current section
Files
Jump to
Current section
Files
README.md
# mmath
[<img src="http://quickcheck-ci.com/p/licenser/mmath.png" alt="Build Status" width="160px">](http://quickcheck-ci.com/p/licenser/mmath)
A library for performaing math on number 'arrays' in binaries.
Most functions include a _r version to be used after a number array was 'ralized' (as in missing values were filled)
## Floating decimals
This branch is work in progress to add decimal floating point support.
Remaining issues
* We need to agree on final number encoding, potentialy using type part for exponent
* Add reading and writing decimal to/from a bitstring
* Add quick test coverage for decimal lists
* Ensure proper decimal algebra be c level unit tests
* I am still experiencing some broken result from operation on 2 decimals with different exponent
* Check performance and maybe add some optimisations