libmath-vector-real-perl_0.09-1_i386.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Tue Jun 19 09:13:29 UTC 2012


(new) libmath-vector-real-perl_0.09-1.debian.tar.gz optional perl
(new) libmath-vector-real-perl_0.09-1.dsc optional perl
(new) libmath-vector-real-perl_0.09-1_all.deb optional perl
Perl module for real number vector arithmetic
 Math::Vector::Real is a pure Perl module to manipulate vectors of
 any dimension.
 .
 The function V, always exported by the module, allows one to create new
 vectors:
 .
 $v = V(0, 1, 3, -1);
 .
 Vectors are represented as blessed array references. It is allowed to
 manipulate the arrays directly as far as only real numbers are inserted
 (well, actually, integers are also allowed because from a mathematical point
 of view, integers are a subset of the real numbers).
 .
 Vectors can be used in mathematical expressions, the currently supported
 operations are:
 .
  . + * /
  . - (both unary and binary)
  . x (cross product for 3D vectors)
  . += -= *= /= x=
  . == !=
  . "" (stringfication)
  . abs (returns the norm)
  . atan2 (returns the angle between two vectors)
 .
 When an array reference is used in an operation involving a vector, it is
 automatically upgraded to a vector.
(new) libmath-vector-real-perl_0.09.orig.tar.gz optional perl


Changes:
libmath-vector-real-perl (0.09-1) unstable; urgency=low
 .
  * [Shen Wei <weis at rostlab.org>] and
    [Laszlo Kajan <lkajan at rostlab.org]
    Initial release (Closes: #676570)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 676570 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list