# Matrix2f

`import { Matrix2f } from "destack:math";`

Two-by-two single-precision matrix.

```ds title="Matrix2f"
export type Matrix2f = Matrix2<float32>
```

[language/library/src/math/matrix.ds:50](https://github.com/destack-sh/destack/blob/main/language/library/src/math/matrix.ds#L50)
