CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2020/08/12 21:02:20

Log message:
    Import math/p5-Math-Prime-Util-GMP
    
    A module for number theory in Perl using GMP. This includes primality
    tests, getting primes in a range, factoring, and more.
    
    While it certainly can be used directly, the main purpose of this
    module is for Math::Prime::Util. That module will automatically
    load this one if it is installed, greatly speeding up many of its
    operations on big numbers.
    
    Inputs and outputs for big numbers are via strings, so you do not
    need to use a bigint package in your program. However if you do use
    bigints, inputs will be converted internally so there is no need
    to convert before a call. Output results are returned as either
    Perl scalars (for native-size) or strings (for bigints). Math::Prime::Util
    tries to reconvert all strings back into the callers bigint type
    if possible, which makes it more convenient for calculations.
    
    The various is_*_pseudoprime tests are more appropriately called
    is_*_probable_prime or is_*_prp. They return 1 if the input is a
    probable prime based on their test. The naming convention is
    historical and follows Pari, Math::Primality, and some other math
    packages. The modern definition of pseudoprime is a composite that
    passes the test, rather than any number.
    
    Originally from henning@ with adjustments by me
    OK sthen@
    
    Status:
    
    Vendor Tag: afresh1
    Release Tags:       afresh1_20200812
    
    N ports/math/p5-Math-Prime-Util-GMP/Makefile
    N ports/math/p5-Math-Prime-Util-GMP/distinfo
    N ports/math/p5-Math-Prime-Util-GMP/pkg/DESCR
    N ports/math/p5-Math-Prime-Util-GMP/pkg/PLIST
    
    No conflicts created by this import

Reply via email to