From 600b548442dc0679f89b16ebb6225bdc4465db37 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:30:25 -0400 Subject: rename sto_int() to big_fromll() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') diff --git a/big.h b/big.h index a650e5e..3a1ef69 100644 --- a/big.h +++ b/big.h @@ -23,7 +23,7 @@ #define stosmallint(x) make(INT,(x)<0?SIGNBIT|(-(x)):(x),0) long long big_toll(word); -word sto_int(long long); +word big_fromll(long long); double bigtodbl(word); double biglog(word); double biglog10(word); -- cgit v1.2.1