Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added math module for vectors
  • Loading branch information
lichtkind committed Sep 16, 2018
1 parent b3ee034 commit b69f2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Language/math.pod6
Expand Up @@ -116,6 +116,9 @@ precision, the same as the default C<Int> class.
Some modules in the ecosystem can work with additional data types
mathematically:
=item L<C<Math::Vector>|https://github.com/colomon/Math-Vector>
basic operations for L<vectors|https://en.wikipedia.org/wiki/Coordinate_vector>.
=item L<C<Math::Matrix>|https://github.com/pierre-vigier/Perl6-Math-Matrix>
operates on the L<matrix field|https://en.wikipedia.org/wiki/Matrix_field>.
Expand Down

0 comments on commit b69f2ca

Please sign in to comment.