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
..
2014-12-18 14:44:02 +00:00
2014-09-11 22:24:45 +01:00
2014-12-18 14:44:02 +00:00
2014-08-29 22:42:26 +01:00
2014-08-29 22:42:26 +01:00
2014-12-18 14:44:02 +00: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-08-04 14:45:45 -05:00
2014-09-13 18:43:09 +01:00
2020-06-03 10:56:35 +01: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
2014-12-18 14:44:02 +00:00
2020-02-27 08:30:12 -06:00
2020-07-06 19:16:25 +01:00
2018-01-02 21:25:41 -05:00
2014-10-31 11:28:50 +00:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2020-06-03 10:56:35 +01:00
2016-11-03 12:26:32 +11:00
2020-06-03 10:56:35 +01:00
2017-07-31 18:35:40 +10:00