UNPKG

linear-algebra

Version:

Efficient, high-performance linear algebra library

10 lines (7 loc) 210 B
/** * @fileOverview Initialization options */ // function to add floating point values if (options.add) { console.warn('linear-algebra: adder (options.add) will not be used in non-precision version'); }