luau/Common/include/Luau
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
..
Bytecode.h Implement support for math.lerp 2025-01-09 07:38:46 -08:00
BytecodeUtils.h Sync to upstream/release/631 (#1299) 2024-06-20 16:37:55 -07:00
Common.h Sync to upstream/release/650 (#1502) 2024-11-01 12:06:07 -07:00
DenseHash.h Sync to upstream/release/631 (#1299) 2024-06-20 16:37:55 -07:00
ExperimentalFlags.h Sync to upstream/release/641 (#1382) 2024-08-30 13:16:51 -07:00
Variant.h Sync to upstream/release/651 (#1513) 2024-11-08 13:41:45 -08:00
VecDeque.h Sync to upstream/release/637 (#1354) 2024-08-02 07:30:04 -07:00