remove quaternions from stroke

improve docs for skin
cumprod multiplies on the left
echo_matrix bugfix
This commit is contained in:
Adrian Mariano
2022-02-25 21:22:37 -05:00
parent 77a78bf8bc
commit a305b53804
5 changed files with 27 additions and 28 deletions

View File

@@ -619,8 +619,8 @@ module test_cumprod(){
]),
[
[[1,2],[3,4]],
[[8,13],[12,31]],
[[124,15],[232,57]]
[[11,12],[18,28]],
[[45,24],[98,132]]
]);
assert_equal(cumprod([[[1,2],[3,4]]]), [[[1,2],[3,4]]]);
}