From 2217463c0f52280835bf508dd5b768bff56f2b65 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosciuszkiewicz Date: Thu, 12 Jul 2007 03:36:26 +0200 Subject: Get rid of floats in scientific notation. Use 'showDigits n' instead of 'show . takeDigits n'. As this example shows explicit precision specifications would be appreciated ;) darcs-hash:20070712013626-ba08c-868a9d53ab1b8bc120d7c1a9634d3d8c7cb599d7.gz --- Plugins/Monitors/Swap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/Monitors/Swap.hs') diff --git a/Plugins/Monitors/Swap.hs b/Plugins/Monitors/Swap.hs index fbddaae..d18ab8a 100644 --- a/Plugins/Monitors/Swap.hs +++ b/Plugins/Monitors/Swap.hs @@ -36,7 +36,7 @@ parseMEM = formatSwap :: [Float] -> Monitor [String] formatSwap x = - do let f1 n = show (takeDigits 2 n) + do let f1 n = showDigits 2 n f2 n = floatToPercent n (hd, tl) = splitAt 3 x firsts <- mapM (showWithColors f1) hd -- cgit v1.2.3