cosineTableA top-level constant

List<double> const cosineTableA

Cosine table (high bits).

Implementation

const cosineTableA = <double>[
  1.0,
  0.9921976327896118,
  0.9689123630523682,
  0.9305076599121094,
  0.8775825500488281,
  0.8109631538391113,
  0.7316888570785522,
  0.6409968137741089,
  0.5403022766113281,
  0.4311765432357788,
  0.3153223395347595,
  0.19454771280288696,
  0.07073719799518585,
  -0.05417713522911072,
];