The math pod defines standard classes and utilities for performing math computations.
The library includes a Matrix
API and a default implementation. A matrix can be created using the Math.matrix
utility.
matrix := Math.matrix(2,2)
math 1.0.80∙23-Apr-2024 Tue 10:37:13 EDT