From 942a6711361c371da0736cc62f0e3e2ed13f341b Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 21:01:26 -0500 Subject: fraction/percent conversion functions --- test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 440ab40..5421adf 100644 --- a/test.c +++ b/test.c @@ -9,6 +9,9 @@ main(void) { test_as_deg_per_sec(); test_as_rpm(); + test_percent(); + test_as_percent(); + test_pascal(); test_millibar(); test_kilopascal(); -- cgit v1.2.3