Documentation moved.This entry is now part of the unified function reference. Open the unified page → API/nerdamer/structuresFunctiondeterminantsrc/core/classes/matrix/functions.ts:10determinant(M: Matrix): ExpressionComputes the determinant without mutating the supplied Matrix.throwsUnsupportedOperationError If`M`is not square.ParametersNameTypeDescriptionMMatrix—ReturnsExpression