changed: `math.max` -> `math.max_fast`, `math.max_poly` -> `math.max`
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 13 Mar 2023 15:51:18 +0000 (10:51 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 13 Mar 2023 15:51:18 +0000 (10:51 -0500)
commit17bad32dce75931be8fb772a5168cb6f94d71976
tree6c6b578c770272b382c567b76d9a2bd62df3de8a
parent23b8800d09c23621103d5af13fb1e72068e043ce
changed: `math.max` -> `math.max_fast`, `math.max_poly` -> `math.max`
core/math/math.onyx
scripts/onyx-pkg.onyx
tests/aoc-2020/day9.onyx
tests/compile_time_procedures.onyx