mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Docs: Update benchmark for anthropic/claude-opus-4.5 TEMP:0.7
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
async function calculateDeterminant(matrix) {
|
||||
const { det } = await import("https://esm.run/mathjs");
|
||||
return det(matrix);
|
||||
}
|
||||
export default calculateDeterminant;
|
||||
Reference in New Issue
Block a user