The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Math-Cephes Math::Complex"

Math::Cephes::Complex - Perl interface to the cephes complex number routines River stage two • 11 direct dependents • 18 total dependents

This module is a layer on top of the basic routines in the cephes math library to handle complex numbers. A complex number is created via any of the following syntaxes: my $f = Math::Cephes::Complex->new(3, 2); # $f = 3 + 2 i my $g = new Math::Cephes...

SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTC

Math::Cephes - perl interface to the cephes math library River stage two • 11 direct dependents • 18 total dependents

This module provides an interface to over 150 functions of the cephes math library of Stephen Moshier. No functions are exported by default, but rather must be imported explicitly, as in use Math::Cephes qw(sin cos); There are a number of export tags...

SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTC

Math::Cephes::Polynomial - Perl interface to the cephes math polynomial routines River stage two • 11 direct dependents • 18 total dependents

This module is a layer on top of the basic routines in the cephes math library to handle polynomials. In the following, a Math::Cephes::Polynomial object is created as my $p = Math::Cephes::Polynomial->new($arr_ref); where $arr_ref is a reference to ...

SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTC

pmath - simple command line interface to Math::Cephes River stage two • 11 direct dependents • 18 total dependents

This script provides a simple command line interface to the "Math::Cephes" module. If available, it will use the "Term::ReadKey" and "Term::ReadLine::Perl" or "Term::ReadLine::GNU" modules to provide command line history and word completion. Typing "...

SHLOMIF/Math-Cephes-0.5305 - 06 May 2016 15:18:54 UTC
4 results (0.039 seconds)