Skip to content

Commit b69f2ca

Browse files
committed
added math module for vectors
1 parent b3ee034 commit b69f2ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Language/math.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ precision, the same as the default C<Int> class.
116116
Some modules in the ecosystem can work with additional data types
117117
mathematically:
118118
119+
=item L<C<Math::Vector>|https://github.com/colomon/Math-Vector>
120+
basic operations for L<vectors|https://en.wikipedia.org/wiki/Coordinate_vector>.
121+
119122
=item L<C<Math::Matrix>|https://github.com/pierre-vigier/Perl6-Math-Matrix>
120123
operates on the L<matrix field|https://en.wikipedia.org/wiki/Matrix_field>.
121124

0 commit comments

Comments
 (0)