Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

robust-determinant-3

mikolalysenko78MITdeprecated0.0.1

Use https://www.npmjs.org/package/robust-determinant instead

Exactly computes the determinant of a 3x3 matrix

robust, determinant, exact, 3x3, nonoverlapping, float

readme

robust-determinant-3

Exactly computes the determinant of a 3x3 matrix using a series expansion in terms of nonoverlapping increasing floats

Install

    npm install robust-determinant-3

API

require("robust-determinant-3")(m)

Computes the determinant of m exactly

  • m is a matrix

Returns The determinant of m

Credits

(c) 2013 Mikola Lysenko. MIT License