luau/Common/include
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
..
Luau Implement support for math.lerp 2025-01-09 07:38:46 -08:00