source: buchla-68k/include/ratio.h@ f40a309

Last change on this file since f40a309 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Unix line breaks.

  • Property mode set to 100644
File size: 803 bytes
Line 
1/* ratio.h -- generated: 1988-08-25 19:23:42 */
2
3short ratio[100] = { /* ratio table */
4
5 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6 0, 0, -1200, -1902, -2400, -2786, -3102, -3369, -3600, -3804,
7 0, 1200, 0, -702, -1200, -1586, -1902, -2169, -2400, -2604,
8 0, 1902, 702, 0, -498, -884, -1200, -1467, -1698, -1902,
9 0, 2400, 1200, 498, 0, -386, -702, -969, -1200, -1404,
10 0, 2786, 1586, 884, 386, 0, -316, -583, -814, -1018,
11 0, 3102, 1902, 1200, 702, 316, 0, -267, -498, -702,
12 0, 3369, 2169, 1467, 969, 583, 267, 0, -231, -435,
13 0, 3600, 2400, 1698, 1200, 814, 498, 231, 0, -204,
14 0, 3804, 2604, 1902, 1404, 1018, 702, 435, 204, 0
15};
Note: See TracBrowser for help on using the repository browser.