Author: lkajan-guest Date: 2012-06-13 09:16:50 +0000 (Wed, 13 Jun 2012) New Revision: 11315
Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/control Log: fixed list in long description Modified: trunk/packages/libmath-vector-real-perl/trunk/debian/control =================================================================== --- trunk/packages/libmath-vector-real-perl/trunk/debian/control 2012-06-13 09:04:33 UTC (rev 11314) +++ trunk/packages/libmath-vector-real-perl/trunk/debian/control 2012-06-13 09:16:50 UTC (rev 11315) @@ -29,14 +29,14 @@ 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) + . + * / + . - (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. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
