UNPKG

nyo

Version:

A matrix library for JavaScript with ability to calculate determinants, transpose, inverse, RREF and other simple matrix operations

3 lines (2 loc) 70 B
const isNonZero = (entry) => entry !== 0; module.exports = isNonZero;