view test/fcn-handle/bug-57941.tst @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 23fe97205db5
children
line wrap: on
line source

%!test <*57941>
%! [r1, r2] = bug57941a (2);
%! assert (r1, 6);
%! assert (r2, 24);

%!test <*57941>
%! [fh1, fh2] = bug57941b (2);
%! assert (fh1 (3), 6);
%! assert (fh2 (3, 4), 24);