async function calculateDeterminant(matrix){const math=await import('https://esm.sh/mathjs');return math.det(matrix);} export default calculateDeterminant;