#include <cmath>
Go to the source code of this file.
Namespaces | |
logintpack | |
Functions | |
int8_t | logintpack::pack8log (double x, double lmin, double lmax, uint8_t base=128) |
int8_t | logintpack::pack8logCeil (double x, double lmin, double lmax, uint8_t base=128) |
double | logintpack::unpack8log (int8_t i, double lmin, double lmax, uint8_t base=128) |