pod
math
Math utilities and functions
mixins
Matrix |
Interface for matrix implementations. |
---|
classes
BigInt |
Immutable arbitrary-precision integer. |
---|---|
Math |
This mixin contains a set of utilities and functions for various math operations. |
docs
Overview
The math pod defines standard classes and utilities for performing math computations.
Matrix
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)