summaryrefslogtreecommitdiff
path: root/lib/timeutils
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-08-04 13:12:44 -0500
committerJeff Epler <jepler@gmail.com>2020-08-04 14:45:45 -0500
commitc0b32976e8bff4a04cd4f172535e3b153143b417 (patch)
treeeea11be6d7644137279c8518334e91e1b4b527b7 /lib/timeutils
parentd3fb6c96da9dc38ea24a221e11f05cdbbddb34c9 (diff)
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
Diffstat (limited to 'lib/timeutils')
0 files changed, 0 insertions, 0 deletions