Popularity
2.7
Declining
Activity
0.0
Stable
4
4
6

Monthly Downloads: 278
Programming language: Erlang
License: MIT License
Latest version: v0.2.26

mmath alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view mmath alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mmath or a related project?

Add another 'Algorithms and Data structures' Package

README

mmath Build Status

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