Update math.matrix.c3

Change module to std::math.
This commit is contained in:
Christoffer Lerno
2022-07-16 14:58:06 +02:00
parent c29ad77cdb
commit cd1138447e

View File

@@ -1,4 +1,4 @@
module math;
module std::math;
fault MatrixError {
MATRIX_INVERSE_DOESNT_EXIST,