From 5fd85d7e0bd7bc9c9c42c8b3ecbc35a2d0329e41 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 22 Apr 2024 14:49:36 -0400 Subject: Add Num.mix() --- test/nums.tm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/nums.tm b/test/nums.tm index 766cfb48..aee7c688 100644 --- a/test/nums.tm +++ b/test/nums.tm @@ -48,3 +48,8 @@ func main() >> Num32.sqrt(16f32) = 4_f32 + + >> 0.25:mix(10, 20) + = 12.5 + >> 2.0:mix(10, 20) + = 30 -- cgit v1.2.3