From 0cdd21e9cd45c0957e3e7ba3515ac5d1eb79d337 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Sat, 17 Jan 2026 20:58:49 +0100 Subject: s/inv_exptype_to_double/exptype_to_double/g --- ratio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratio.h') diff --git a/ratio.h b/ratio.h index c0c24cb..87e210d 100644 --- a/ratio.h +++ b/ratio.h @@ -29,7 +29,7 @@ rational power(rational,unsigned int); double valuetype_to_double(rational); -double inv_exptype_to_double(int); +double exptype_to_double(int); int valuetype_to_string(char*,rational r); -- cgit v1.2.3