diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 15:11:35 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 15:11:35 -0500 |
| commit | 0d05cb75ee3c3d85481fe87ea287c97a439fe47a (patch) | |
| tree | 8603e4ac9d3a58715690643862d27ed769347b8d /test.h | |
| parent | 47874c2ec00339314e43d282ab2bc906e9c9ac9b (diff) | |
| download | volute-0d05cb75ee3c3d85481fe87ea287c97a439fe47a.zip | |
temperature conversion functions
Diffstat (limited to 'test.h')
| -rw-r--r-- | test.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -29,6 +29,15 @@ void test_as_kilopascal(void); void test_as_bar(void); void test_as_psi(void); +void test_kelvin(void); +void test_celsius(void); +void test_fahrenheit(void); +void test_rankine(void); +void test_as_kelvin(void); +void test_as_celsius(void); +void test_as_fahrenheit(void); +void test_as_rankine(void); + void test_cubic_centimetre(void); void test_litre(void); void test_cubic_metre(void); |