From 5fd15d010b98f179d117eb3a476e626b3d298aad Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 18 Nov 2021 20:40:34 +0200 Subject: Add GMP and MPFR support to rwarray extension. --- test/rwarray.awk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/rwarray.awk') diff --git a/test/rwarray.awk b/test/rwarray.awk index 86a4b589..c06fec21 100644 --- a/test/rwarray.awk +++ b/test/rwarray.awk @@ -11,6 +11,11 @@ BEGIN { split("-2.4", f) dict[strnum_sub] = f[1] + dict["x"] = "x" + + dict["42"] = 42 + dict["42.42"] = 42.42 + n = asorti(dict, dictindices) for (i = 1; i <= n; i++) printf("dict[%s] = %s\n", dictindices[i], dict[dictindices[i]]) > "orig.out" -- cgit v1.2.3