Slim numerical data compression 1.0
slim_codec_reduced_binary.cpp File Reference

Implement classes encoder_reduced_binary and decoder_reduced_binary, the workhorses of slim. More...

#include <iostream>
#include <iomanip>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cmath>
#include "slim.h"
#include "bitstream.h"

Functions

double log2 (double x)
 Log-base2 of the argument.
 

Detailed Description

Implement classes encoder_reduced_binary and decoder_reduced_binary, the workhorses of slim.