OpenWareLaboratory
FastPowTable.h
Go to the documentation of this file.
1 /* fast pow lookup table, precision 6, size 64 */
2 const uint32_t fast_pow_precision = 6;
3 const uint32_t fast_pow_table_size = 64;
4 const uint32_t fast_pow_table[64] = {
5 45549, 137391, 230233, 324086, 418961, 514869, 611822, 709830, 808906, 909060, 1010305, 1112653, 1216114, 1320703, 1426431, 1533309, 1641352, 1750571, 1860979, 1972590, 2085416, 2199471, 2314767, 2431320, 2549141, 2668245, 2788646, 2910359, 3033396, 3157774, 3283506, 3410607, 3539092, 3668976, 3800274, 3933002, 4067176, 4202811, 4339922, 4478527, 4618641, 4760280, 4903462, 5048204, 5194521, 5342431, 5491953, 5643102, 5795897, 5950356, 6106498, 6264339, 6423899, 6585197, 6748251, 6913080, 7079705, 7248144, 7418417, 7590544, 7764545, 7940442, 8118253, 8298001, };
const uint32_t fast_pow_table[64]
Definition: FastPowTable.h:4
const uint32_t fast_pow_precision
Definition: FastPowTable.h:2
const uint32_t fast_pow_table_size
Definition: FastPowTable.h:3