Math::Cephes::Complex

Math::Cephes::Complex is a Perl interface to the cephes complex number routines.
Download

Math::Cephes::Complex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Randy Kobes
  • Publisher web site:
  • http://search.cpan.org/~rkobes/

Math::Cephes::Complex Tags


Math::Cephes::Complex Description

Math::Cephes::Complex is a Perl interface to the cephes complex number routines. Math::Cephes::Complex is a Perl interface to the cephes complex number routines.SYNOPSIS use Math::Cephes::Complex qw(cmplx); my $z1 = cmplx(2,3); # $z1 = 2 + 3 i my $z2 = cmplx(3,4); # $z2 = 3 + 4 i my $z3 = $z1->radd($z2); # $z3 = $z1 + $z2Requirements:· Perl Requirements: · Perl


Math::Cephes::Complex Related Software