Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 62c40fa

Browse files
committed
add matrix exponentiation as op overload example
1 parent 169374f commit 62c40fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@
699699
"item" : "Overloading operators",
700700
"status" : "rm+ rn+ n+",
701701
"code" : [ "http://perl6advent.wordpress.com/2009/12/22/day-22-operator-overloading/",
702-
"http://rosettacode.org/wiki/Quaternion_type#Perl_6" ],
702+
"http://rosettacode.org/wiki/Quaternion_type#Perl_6",
703+
"http://rosettacode.org/wiki/Matrix-exponentiation_operator#Perl_6" ],
703704
"spec" : [ ]
704705
}, {
705706
"item" : "Defining new operators",

0 commit comments

Comments
 (0)