EMAWP allows operating on MERA-400 AWP (high-precision arithmetics) numbers:
- 32-bit integers
- 48-bit floating point numbers
Package consists of libemawp - the library itself, and emawp - commandline tool for doing floating point conversions and operations
To build emawp you need:
- cmake
- GNU make
mkdir build
cd build
cmake ..
make
make install