Name: | ghc-scientific |
---|---|
Version: | 0.3.7.0 |
Release: | 2.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 368907 |
License: | BSD |
RPM: | ghc-scientific-0.3.7.0-2.el9.x86_64.rpm |
Source RPM: | ghc-scientific-0.3.7.0-2.el9.src.rpm |
Build Date: | Tue Sep 06 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/scientific |
Summary: | Numbers represented using scientific notation |
Description: | 'Data.Scientific' provides a space efficient and arbitrary precision scientific number type. A 'Scientific' number is represented with coefficient 'c' and base10Exponent 'e' and corresponds to the 'Fractional' number: 'fromInteger c * 10 ^^ e' The main application of 'Scientific' is to be used as the target of parsing arbitrary precision numbers coming from an untrusted source. |