Jeff Epler
c0b32976e8
libm: rem_pio2: Reduce size of static array
...
This array was of 32-bit values, but the entries were only ever
in the 0-255 range. Convert to uint8_t.
Testing performed: The result of the sum-of-sin was unchanged
>>> import math; sum(math.sin(2.**i) for i in range(21))
1.42069
2020-08-04 14:45:45 -05:00
..
2018-07-23 21:34:25 -04:00
2017-09-10 13:51:51 +03:00
2016-09-30 16:19:03 +10:00
2018-08-09 13:29:30 -07:00
2020-07-06 19:16:25 +01:00
2015-10-17 15:52:35 +03:00
2020-08-04 14:45:45 -05:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-07-09 10:05:08 -05:00
2020-07-06 19:16:25 +01:00
2020-07-06 19:16:25 +01:00
2018-05-17 15:20:07 +07:00
2020-07-06 19:16:25 +01:00
2020-07-16 12:08:40 -04:00
2020-07-06 19:16:25 +01:00
2020-06-03 10:56:35 +01:00
2020-07-29 19:18:46 +07:00
2017-12-13 09:07:51 +02:00
2020-07-06 19:16:25 +01:00
2018-09-09 20:22:25 -05:00
2014-09-18 00:13:03 +01:00