improve description markup

This commit is contained in:
Jens Petersen 2014-04-11 17:17:09 +09:00
parent 6019f7b755
commit 962e626223
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ BuildRequires: ghc-text-devel
A 'Scientific' number is an arbitrary-precision floating-point number A 'Scientific' number is an arbitrary-precision floating-point number
represented using scientific notation. represented using scientific notation.
A scientific number with 'coefficient' 'c' and 'base10Exponent' 'e' corresponds A scientific number with coefficient 'c' and base10Exponent 'e' corresponds
to the 'Fractional' number: ''fromInteger' c * 10 '^^' e' to the 'Fractional' number: 'fromInteger c * 10 ^^ e'
Its primary use-case is to serve as the target of parsing floating point Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use numbers. Since the textual representation of floating point numbers use