WaveTable Implement fast_sin(x) using wave table. Usage hwm::WaveTable table(256); // construct WaveTable with entry size. double value = table.fast_sin(0.123); // get value from the table. How to build sample program. Clone this repository, cd into the directory and run make.