From 962e6262238576859d9ee6a9166c0fbf25c7f190 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 11 Apr 2014 17:17:09 +0900 Subject: [PATCH] improve description markup --- ghc-scientific.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-scientific.spec b/ghc-scientific.spec index 7a3c9ba..9fddddc 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -23,8 +23,8 @@ BuildRequires: ghc-text-devel A 'Scientific' number is an arbitrary-precision floating-point number represented using scientific notation. -A scientific number with 'coefficient' 'c' and 'base10Exponent' 'e' corresponds -to the 'Fractional' number: ''fromInteger' c * 10 '^^' e' +A scientific number with coefficient 'c' and base10Exponent 'e' corresponds +to the 'Fractional' number: 'fromInteger c * 10 ^^ e' Its primary use-case is to serve as the target of parsing floating point numbers. Since the textual representation of floating point numbers use