mirror of
https://github.com/irmen/prog8.git
synced 2025-03-02 22:32:34 +00:00
Added math.lerpw() a LERP routine for words (to complement the existing math.lerp() for bytes) Described the LERP routines in the library chapter in the docs.