* support logical (bitwise) operators.
* binary shifting.
* value/s sclaing (scale and offset).
* comparison support.
* inaccuracy status flag to inform that the value stored is not equal to input value.
* info() method now have verbosity to display more information.
* reset() method to reset status flags.
* set_val() now also supports raw value input.
* pow operator.
* inplace operators support.
* some bugs fixed (of course).