Skip to main content
Module

x/math/matrix/mod.ts>Matrix#div

Deno module for high-precision calculations and scientific computing
Latest
method Matrix.prototype.div
Re-export
import { Matrix } from "https://deno.land/x/math@v1.1.0/matrix/mod.ts";

Divided the matrix by a number or matrix. similar like a / b

Parameters

n: number | Matrix

a number or matrix