numphp icon indicating copy to clipboard operation
numphp copied to clipboard

Not Math operations

Open zertex opened this issue 5 years ago • 2 comments

Are you planning add not math methods?

such us:

  • Compare matrix by wildcard boolean [1,2,3],[4,5,6],[7,8,9] ~ [1,2,3],[4,?,6],[7,8,?]
  • The entry of one matrix into another. Plus also wildcard boolean [1,2,3,4],[5,6,7,8],[9,10,11,12],[13,14,15,16] ~ [2,3,4],[6,7,8],[10,11,12] or boolean [1,2,3,4],[5,6,7,8],[9,10,11,12],[13,14,15,16] ~ [2,3,4],[6,?,8],[?,?,12]

zertex avatar Jul 19 '19 10:07 zertex

Hi, @zertex

What do you expect as a result of a comparix matrix by wildcard? like True if first matrix equals to the second (ignoring * cells?)

apollonin avatar Jul 19 '19 12:07 apollonin

yes :) sorry for my English

zertex avatar Jul 19 '19 17:07 zertex