Numbers represented using scientific notation
'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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.3.8.0-2.fc43 | - |
Fedora 42 | 0.3.7.0-15.fc42 | - |
Fedora 41 | 0.3.7.0-14.fc41 | - |
Fedora EPEL 9 | 0.3.7.0-2.el9 | - |
Fedora EPEL 8 | 0.3.6.2-1.el8 | - |
Fedora EPEL 10.1 | 0.3.7.0-14.el10_0 | - |
Fedora EPEL 10.0 | 0.3.7.0-14.el10_0 | - |
You can contact the maintainers of this package via email at
ghc-scientific dash maintainers at fedoraproject dot org
.