numphp
numphp copied to clipboard
Not Math operations
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]
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?)
yes :) sorry for my English