معرفی شرکت ها


ghc8.6.4-scientific-0.3.6.2-alt1.ppc64le.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Numbers represented using scientific notation
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic ppc64le
نام بسته ghc8.6.4-scientific
نام فایل بسته ghc8.6.4-scientific-0.3.6.2-alt1.ppc64le.rpm
نسخه بسته 0.3.6.2
انتشار بسته alt1
معماری بسته ppc64le
نگهدارنده -
تاریخ ساخت Tue 25 Jun 2019 04
هاست سازنده recycler-p9_ppc64le.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/basvandijk/scientific
مجوز BSD3
حجم دانلود 504K
حجم نصب 6.342M
"Data.Scientific" provides the number type 'Scientific'. Scientific numbers are arbitrary precision and space efficient. They are represented using <http://en.wikipedia.org/wiki/Scientific_notation scientific notation>. The implementation uses a coefficient @c :: 'Integer'@ and a base-10 exponent @e :: 'Int'@. A scientific number corresponds to the 'Fractional' number: @'fromInteger' c * 10 '^^' e@. Note that since we're using an 'Int' to represent the exponent these numbers aren't truly arbitrary precision. I intend to change the type of the exponent to 'Integer' in a future release. The main application of 'Scientific' is to be used as the target of parsing arbitrary precision numbers coming from an untrusted source. The advantages over using 'Rational' for this are that: * A 'Scientific' is more efficient to construct. Rational numbers need to be constructed using '%' which has to compute the 'gcd' of the 'numerator' and 'denominator'. * 'Scientific' is safe against numbers with huge exponents. For example: @1e1000000000 :: 'Rational'@ will fill up all space and crash your program. Scientific works as expected: >>> read "1e1000000000" :: Scientific 1.0e1000000000 * Also, the space usage of converting scientific numbers with huge exponents to @'Integral's@ (like: 'Int') or @'RealFloat's@ (like: 'Double' or 'Float') will always be bounded by the target type.


جایگزین ها

بسته نسخه معماری مخزن
ghc8.6.4-scientific-0.3.6.2-alt1.i586.rpm 0.3.6.2 i586 ALT classic
ghc8.6.4-scientific-0.3.6.2-alt1.x86_64.rpm 0.3.6.2 x86_64 ALT classic


نیازمندی

مقدار نام
- /usr/lib64/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/binary-0.8.6.0/libHSbinary-0.8.6.0-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so
- /usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so
= 4.12.0.0 ghc8.6.4(base)
- ghc8.6.4(base-4.12.0.0)
= 0.8.6.0 ghc8.6.4(binary)
- ghc8.6.4(binary-0.8.6.0)
= 0.10.8.2 ghc8.6.4(bytestring)
- ghc8.6.4(bytestring-0.10.8.2)
= 0.6.0.1 ghc8.6.4(containers)
- ghc8.6.4(containers-0.6.0.1)
= 1.4.4.0 ghc8.6.4(deepseq)
- ghc8.6.4(deepseq-1.4.4.0)
= 1.2.7.0 ghc8.6.4(hashable)
- ghc8.6.4(hashable-1.2.7.0-H9pXewgFv9x2DdTsgNSjHh)
= 1.0.2.0 ghc8.6.4(integer-gmp)
- ghc8.6.4(integer-gmp-1.0.2.0)
= 1.0.3 ghc8.6.4(integer-logarithms)
- ghc8.6.4(integer-logarithms-1.0.3-F9SW7glWqxlHHtD5E3UVqF)
= 0.6.4.0 ghc8.6.4(primitive)
- ghc8.6.4(primitive-0.6.4.0-Gobqij6qClT35o5eMLlCTN)
= 1.2.3.1 ghc8.6.4(text)
- ghc8.6.4(text-1.2.3.1)
>= set:omZanCIZF3 libHShashable-1.2.7.0-H9pXewgFv9x2DdTsgNSjHh-ghc8.6.4.so()(64bit)
- rpmlib(SetVersions)
>= set:ljePN4pm0 libHSinteger-logarithms-1.0.3-F9SW7glWqxlHHtD5E3UVqF-ghc8.6.4.so()(64bit)
>= set:poGhab libHSprimitive-0.6.4.0-Gobqij6qClT35o5eMLlCTN-ghc8.6.4.so()(64bit)
>= set:qlbZd235ESABYyNVc3cg0DiLfn47bPeqjouN9GZAUXBz4jv232SsOX9xlbE0 libHStext-1.2.3.1-ghc8.6.4.so()(64bit)
- libHStransformers-0.5.6.2-ghc8.6.4.so()(64bit)
- libc.so.6(GLIBC_2.17)(64bit)
- libgmp.so.10()(64bit)
- libm.so.6(GLIBC_2.17)(64bit)
- rtld(GNU_HASH)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.3.6.2 ghc8.6.4(scientific)
- ghc8.6.4(scientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs)
= set:ndeEJzxm7h7uNXe3yjSMOLu2N1CLBvd7x6gnQDrI7ta7ZkXBpy4ZtyjU1AskPmoZeRAyON5u7C5j0lQ9kZpVrDJdtkKasFm3zyMCE2EJ0z7v6SNmfHpSTYDQavN28LBKDYrdclZK0YPeggZh9LSaEiB05kO8SLqlKdnienXAswZqjUDu2eWtOxtlS4qqt3fqe1LbBAD83kXlq6Sk9ya6iD2BaY3VkCZy9cj6WkiI59x4z37vrHpCCZgQPqsYMdBDrUsJApWF6GwQ1Z2UWgYA3tkoZ0ak0y90HIRYZBq7SVokDuU6OGoOxZA1Zc14aUHkG3MAeZ2XqShf3Fyujl9NRcoGXTRQG6c8PqT0RUDBJV0QSexWaL8r3P76uBevGpQFNBemRRK45M9108xawTsvoXO5YluTBhWLzvBHtQ0sirJF1p70zp4BklUBXc6oGdofYBiZBVaq6DPhVzwhlvwAmV54jwoYTl3kg4UIVcsbsvUyLH3b4boIh5wjh7avRPc6dDLlT87Y2xMPrglLlJWBqqTLchbVEdkx9bIhCMrvDiKTHgRQ4xbDjFcaj3hd4oETMaGM32IPAsMm7d2YWOa94UZ47hA4aepX9Chy2elZ2ZDWIaYD1cQE3py3d4Wivm7CK7sDQOtxZA0J3k8DswCZFEs2egsc53Fk1Z73tXSf5Ck89YVcOmxmwa87bIdJrI6RE3BWuYbhcwCmTDvVwOWd7PaEqhqgyXgeXoDB4FnCJRC3LueQ8XvONV8YtNHSNeJG4h64QmL785Z9S007WwEZJZoOFWcrtZeZt1LfHtV05bFaW8HlrIr19MrNvwDhDPbXhHFZvDZidMFwYqYyJRzGywoxFUdPsXkMTMNG7EcLJ5tksPhF2Q4aJXwJtMYS0ZK4KS3221qDeF9cDz1UWnZyc7HozL6kj27Ija06RN3NjlZnoZtaolkklL2wN9nQ8PlIQ92sSXzDb8RZ4mtRZlmpr04gCHNJgM5ykyZkCVmmPJzcmpRm8sZB3y6V1n2BT1LcBj2nNTSjV2mtmOlYh6ZuRiZoZ5x7sOZ2XyFy84w6Xq0sk4jZmFQWsIktDE1pFZxqUxf5ZvfFdJulryMAlymMEOrFPlPbpkUHgXjt8g58l6zRudc4RWT2e3ULhj4btIVcRvpyvYmXq71c3rjrMZBti7W2gUlsRkQuRLHdilieGl84LZJw8wE8ZupATsbec43ddQxqwVA6wMyWhZ0adHt8ZoIgzAKyMkgMvawJ2AeNVucUdX2fk0oF8SVTmRihS6uhmPuOK7xCJ8xlWIAA1ud2oydc44adZ6W8qP754qKgt7Lm6cLr1r0ZuyaJLR5DpZ9F5g6WS2OUnKRemFyOhbXDbQAnEiySPFmFJhVZIM6JpD1kaViFek4ThgRcpcagKgACh6gqqtouXRZnA8FyhQDHwXasSadfOi2QfYmItJtZqxo1oS0 libHSscientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs-ghc8.6.4.so()(64bit)
= 0.3.6.2-alt1:p9+232574.600.3.1 ghc8.6.4-scientific


نحوه نصب


نصب پکیج rpm ghc8.6.4-scientific:

    sudo apt-get install ghc8.6.4-scientific-0.3.6.2-alt1.ppc64le.rpm


فایل ها

مسیرها
/usr/lib64/ghc-8.6.4/lib/libHSscientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs-ghc8.6.4.so
/usr/lib64/ghc-8.6.4/package.conf.d/scientific-0.3.6.2.conf
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.dyn_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.p_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.dyn_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.p_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.dyn_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.p_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/GHC
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.dyn_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.p_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/HSscientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs.o
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Utils.dyn_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Utils.hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/Utils.p_hi
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/libHSscientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs.a
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/libHSscientific-0.3.6.2-BVffwe2QDJx7aUiRVxjHPs_p.a
/usr/lib64/ghc-8.6.4/scientific-0.3.6.2/scientific.pkg
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/LICENSE
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/Data-ByteString-Builder-Scientific.html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/Data-Scientific.html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/Data-Text-Lazy-Builder-Scientific.html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/doc-index.html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/haddock-bundle.min.js
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/hslogo-16.png
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/index.html
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/meta.json
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/minus.gif
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/ocean.css
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/plus.gif
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/quick-jump.css
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/scientific.haddock
/usr/share/doc/ghc8.6.4-scientific-0.3.6.2/html/synopsis.png


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-04-24

Spec created by cabal2rpm 0.20_11