single-number-array
v1.0.5
Published
Export a function to get the single element inside an array
Downloads
8
Readme
Library
Install
npm i single-number-array
This module exports 3 functions
| Function | Description | |----------|----------| | getSingleElement | Find the single number inside an array | | traverseNodes | Traverse all nodes of a tree once and execute a function in each visit | | calculateReducedCoefficients | Applies Ruffini's rule to a polynomial to find the reduced coefficients. |