The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "bignum"

bignum - transparent big number support for Perl River stage three • 30 direct dependents • 363 total dependents

Literal numeric constants By default, every literal integer becomes a Math::BigInt object, and literal non-integer becomes a Math::BigFloat object. Whether a numeric literal is considered an integer or non-integers depends only on the value of the co...

PJACKLAM/bignum-0.67 - 30 Dec 2023 13:48:09 UTC - Search in distribution

Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic River stage two • 18 direct dependents • 22 total dependents

Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide acce...

KMX/Crypt-OpenSSL-Bignum-0.09 - 01 Dec 2017 19:14:20 UTC - Search in distribution

Math::SymbolicX::BigNum - Big number support for the Math::Symbolic parser River stage one • 1 direct dependent • 1 total dependent

This module adds big number support to Math::Symbolic. It does so by extending the parser of the Math::Symbolic module (that is, the one stored in $Math::Symbolic::Parser) with certain special functions that create arbitrary precision constants. (Mat...

SMUELLER/Math-SymbolicX-BigNum-0.02 - 22 Jul 2004 09:25:23 UTC - Search in distribution

CXC::Number::Grid::Role::BigNum - Role to return Math::BigFloats River stage zero No dependents

A Moo role providing a "_convert" method which returns copies of the passed Math::BigFloat arrays and scalars....

DJERIUS/CXC-Number-0.12 - 10 Apr 2023 17:46:37 UTC - Search in distribution

Rose::DB::Object::MakeMethods::BigNum - Create object methods for arbitrary-precision numeric attributes for Rose::DB::Object-derived objects. River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object::MakeMethods::BigNum is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All meth...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC - Search in distribution

ecl - Perl extension for ECL lisp River stage zero No dependents

ecl is a bit easier to use than Language::Lisp because of embeddable nature of ECL lisp. Language::Lisp uses different approach because they are other way down: Lisp calls Perl and not vice versa. new() The "new" method used to create "ecl" object wh...

VKON/ecl-0.62 - 18 Mar 2016 20:20:20 UTC - Search in distribution

Language::Lisp::ECLs - Perl extension for ECL lisp River stage zero No dependents

Language::Lisp::ECLs is a bit easier to use than Language::Lisp because of embeddable nature of ECLs. Language::Lisp uses different approach because they are other way down: Lisp calls Perl and not vice versa. new() The "new" method used to create "L...

VKON/Language-Lisp-ECLs-0.27 - 14 Jun 2008 21:24:47 UTC - Search in distribution

ath - Evaluate mathematical expressions in a compact one-liner River stage one • 2 direct dependents • 2 total dependents

A source filter that parses and evaluates the source code as a mathematical expression using Math::Calc::Parser, and prints the result. The "-bignum" or "-bigrat" flags may be passed to activate the corresponding option....

DBOOK/Math-Calc-Parser-1.005 - 08 Oct 2019 21:39:58 UTC - Search in distribution

perlop - Operadores y precedencia en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC - Search in distribution

Glib - Perl wrappers for the GLib utility and Object libraries River stage three • 93 direct dependents • 195 total dependents

This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

Math::GMPz - perl interface to the GMP library's integer (mpz) functions. River stage two • 9 direct dependents • 14 total dependents

A bignum module utilising the Gnu MP (GMP) library. Basically this module simply wraps nearly all of the integer functions provided by that library. The documentation below extensively plagiarises the documentation at http://gmplib.org. See the Math:...

SISYPHUS/Math-GMPz-0.61 - 13 Oct 2023 11:56:28 UTC - Search in distribution

sanity - The ONLY meta pragma you'll ever need! River stage two • 11 direct dependents • 22 total dependents

Modern::Perl? common::sense? no nonsense? use latest? Everybody has their own opinion on what pragmas and modules are "required" for every person to use. These opinions turn into "personal pragmas", so that people don't have to type several "use" lin...

BBYRD/sanity-1.03 - 02 Oct 2014 04:02:59 UTC - Search in distribution

FAST::List::Gen - provides functions for generating lists River stage zero No dependents

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC - Search in distribution

pl-examples - Perl One-Liner Examples River stage zero No dependents

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

Webqq::Client - A webqq client in Perl Language River stage zero No dependents

SJDY/Webqq-Client-8.5.3 - 24 Sep 2015 12:40:56 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

Math::AnyNum - Arbitrary size precision for integers, rationals, floating-points and complex numbers. River stage one • 2 direct dependents • 2 total dependents

Math::AnyNum focuses primarily on providing a friendly interface and good performance. In most cases, it can be used as a drop-in replacement for the bignum and bigrat pragmas. The philosophy of Math::AnyNum is that mathematics should just work, ther...

TRIZEN/Math-AnyNum-0.40 - 01 Dec 2022 21:01:14 UTC - Search in distribution

Python - Encapuslate python objects River stage zero No dependents

"Python" is an interpreted, interactive, object-oriented programming language programming language created by Guido van Rossum (www.python.org). This manpage describe the perl interface to python data managed by an embedded Python interpreter. The "P...

SHLOMIF/pyperl-1.0.3 - 03 Aug 2021 16:06:22 UTC - Search in distribution
67 results (0.068 seconds)