sineTableA top-level constant

List<double> const sineTableA

Sine table (high bits).

Implementation

const sineTableA = <double>[
  0.0,
  0.1246747374534607,
  0.24740394949913025,
  0.366272509098053,
  0.4794255495071411,
  0.5850973129272461,
  0.6816387176513672,
  0.7675435543060303,
  0.8414709568023682,
  0.902267575263977,
  0.9489846229553223,
  0.9808930158615112,
  0.9974949359893799,
  0.9985313415527344,
];