UNPKG

nstatistics

Version:

Solve equations using numerical methods, linear álgebra and solver of linear equation system

8 lines (7 loc) 109 B
'use strict'; module.exports = function ( n ) { if ( n >= 0 ) { return 1; } return 0; };