# Numeric

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

Any sized machine scalar, excluding `bigint`.

```ds title="Numeric"
export type Numeric = Integer | Float
```

[language/library/src/math/numeric.ds:8](https://github.com/destack-sh/destack/blob/main/language/library/src/math/numeric.ds#L8)
