luau/Compiler
Arseny Kapoulkine 7ac5e0eabc Implement support for math.lerp
This change implements math.lerp RFC with C function definition, builtin
function, builtin constant folding and type inference, and tests.

The tests validate a few lerp properties by providing counter-examples
for popular lerp implementations; the testing is of course not
exhaustive, as exhaustive testing was done offline using fuzzing.

Type definitions and codegen support will be implemented separately.
2025-01-09 07:38:46 -08:00
..
include Sync to upstream/release/655 (#1563) 2024-12-13 13:02:30 -08:00
src Implement support for math.lerp 2025-01-09 07:38:46 -08:00