معرفی شرکت ها


ghc8.6.4-scientific-0.3.6.2-alt1.i586.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 i586
نام بسته ghc8.6.4-scientific
نام فایل بسته ghc8.6.4-scientific-0.3.6.2-alt1.i586.rpm
نسخه بسته 0.3.6.2
انتشار بسته alt1
معماری بسته i586
نگهدارنده -
تاریخ ساخت Mon 24 Jun 2019 10
هاست سازنده sin-p9.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/basvandijk/scientific
مجوز BSD3
حجم دانلود 405K
حجم نصب 3.848M
"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.ppc64le.rpm 0.3.6.2 ppc64le ALT classic
ghc8.6.4-scientific-0.3.6.2-alt1.x86_64.rpm 0.3.6.2 x86_64 ALT classic


نیازمندی

مقدار نام
- /usr/lib/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/binary-0.8.6.0/libHSbinary-0.8.6.0-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so
- /usr/lib/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so
- /usr/lib/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-CWI8VZuQTAYWIQTQQtqCV)
= 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-L1fXvdNnENnEcLpMml0rI7)
= 0.6.4.0 ghc8.6.4(primitive)
- ghc8.6.4(primitive-0.6.4.0-ILgywxtLpvnAOlEISPpP5b)
= 1.2.3.1 ghc8.6.4(text)
- ghc8.6.4(text-1.2.3.1)
>= set:nlLh5vi11 libHShashable-1.2.7.0-CWI8VZuQTAYWIQTQQtqCV-ghc8.6.4.so
- rpmlib(SetVersions)
>= set:kips1uYo libHSinteger-logarithms-1.0.3-L1fXvdNnENnEcLpMml0rI7-ghc8.6.4.so
>= set:poyYN7 libHSprimitive-0.6.4.0-ILgywxtLpvnAOlEISPpP5b-ghc8.6.4.so
>= set:plJRAZu81WKRZ1hHXSDY7bZJb79CZkbqZDioR2aUcPXKzVqwoyzB1 libHStext-1.2.3.1-ghc8.6.4.so
- libHStransformers-0.5.6.2-ghc8.6.4.so
- libc.so.6(GLIBC_2.0)
- libc.so.6(GLIBC_2.1.3)
- libgmp.so.10
- libm.so.6(GLIBC_2.0)
- rtld(GNU_HASH)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.3.6.2 ghc8.6.4(scientific)
- ghc8.6.4(scientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S)
= set:ndpGGGaPaxIc4CJ4aRfslzyDVGV84f8wcwgaKZ1R5QYUjGTvP8OVI2UFZxh2Y92P1qf05QUrGPFVA39k2n0EO27w19PyMixWIPO1k1Z78X8oHWNx0Qby3iekgHDMVOw0yP4BcmD0o6kuLOHNboAp3I6pJxfyS4OdMDsxeajHKRXaC6MRUpyU3YlFIhHO8yOxvfLpkm0QiZ4sGbnUL5gm3P3JlskuxNQum9Z2zTavZndeRp3FrnbCZLhAp1P05ND3i8db9QW8KIJrUUj8G9gaRweX4E2pA1h7ZcVfpYUgM3v8hH18phSWVD8onRRuQaAZK95zL1wkbnm84gsysH52LVu41hP76NUqod20gmD4UFq6xUD6PK4Z1Xy4epHXYezhO1dwKO9ShOTXS104kCTfxkmbfyPB6Klfh4knQ2yFgusYzibZlS8pPNSTMcM6kt5XZ2SN28K1820nYEWYVd9fmZiJnnwkeMASUlo2cZHul8CSUOSRgIOvuo8WTaDB2ixP02jkonjoIYUPbeK24iOZpSNY4kGcmwxbZcZvc2IZo1wFbMoQ6oNEMFfWR2Eg2WgwwdX6c00KfP14fwSE3MMgY3xk2bCft6iBwVKqR61ofx86JDEt53J1nb0l1V5b34gETF7KeAfPfkL6UZKsfkziEsxSMcUJA1M05CFwCmwIZk3lifO8Q0p6fzMWqZuqxZpgO9YES7P21cmv0JA5JALvDrtc2L7laxAb9HTiRSztOXzIjDLjMWv6V79W0fdmrMHS9thJck8cWLoqxRYDZe60EQEwyyyzQFYWv9q4SPbae9QZIu0fPcXq30VffMrPRwkPJwDrp5Ypclu8EJZwaMyftKPH1MuogwBZdbeetNdbjddjZa6twKUtd71tZ3br9UvIZa4OQLd0gG2K3vq0gdUpN0ELhMVkGoyx1I2a6KzH2Jl9ZDsFWYA9P9yhOuZ890RCwi9YZyDl4no6aqMZ2f84r2Os2Sn0Mu8ckONyDrkNrZCWpxOgOtXWZCDqLhgb9E0g6Fg06fY0PzP9V9K00fhbv0Z8Nlg8tntNKH2HBEtehQZiUsykbwEVm3anZt23XV1mgeZ7utDQvxpP4Pk7 libHSscientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S-ghc8.6.4.so
= 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.i586.rpm


فایل ها

مسیرها
/usr/lib/ghc-8.6.4/lib/libHSscientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S-ghc8.6.4.so
/usr/lib/ghc-8.6.4/package.conf.d/scientific-0.3.6.2.conf
/usr/lib/ghc-8.6.4/scientific-0.3.6.2
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.dyn_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/ByteString/Builder/Scientific.p_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.dyn_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Scientific.p_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.dyn_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Data/Text/Lazy/Builder/Scientific.p_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/GHC
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.dyn_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/GHC/Integer/Compat.p_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/HSscientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S.o
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Utils.dyn_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Utils.hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/Utils.p_hi
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/libHSscientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S.a
/usr/lib/ghc-8.6.4/scientific-0.3.6.2/libHSscientific-0.3.6.2-Jh87LYpjAZH3EhMJkXeu1S_p.a
/usr/lib/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