@technobuddha > library > Math > Operations
Type Alias: RoundOptions
ts
type RoundOptions = {
precision?: number;
};Defined in: round.ts:9
Options for the round function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
precision? | number | The number of decimal places to consider when applying the ceiling. Defaults to 0. | src/round.ts:11 |