# Complexf

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

Single-precision complex number.

```ds title="Complexf"
export type Complexf = Complex<float32>
```

[language/library/src/math/complex.ds:17](https://github.com/destack-sh/destack/blob/main/language/library/src/math/complex.ds#L17)
