Skip to content

Interface: NumberFormatDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Utilities / NumberFormatDto

Interface: NumberFormatDto

Defined in: src/types/utilities.ts:133

Number format options.

Properties

precision?

optional precision: number | null

Defined in: src/types/utilities.ts:135

Precision for real numbers.


scientific?

optional scientific: boolean

Defined in: src/types/utilities.ts:137

Use scientific notation.