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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.h') diff --git a/test.h b/test.h index cc91c7e..ef3e9cf 100644 --- a/test.h +++ b/test.h @@ -15,6 +15,9 @@ void test_as_rad_per_sec(void); void test_as_deg_per_sec(void); void test_as_rpm(void); +void test_percent(void); +void test_as_percent(void); + void test_pascal(void); void test_millibar(void); void test_kilopascal(void); -- cgit v1.2.3