sineTableLen top-level constant

int const sineTableLen

Sine, Cosine, Tangent tables are for 0, 1/8, 2/8, ... 13/8 = PI/2 approx.

Implementation

const int sineTableLen = 14;