numphp icon indicating copy to clipboard operation
numphp copied to clipboard

Numphp is a library for manipulating numbers

Results 1 numphp issues
Sort by recently updated
recently updated
newest added

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...