Function: roundToPrecision()
roundToPrecision(value
): number
Rounds a number to the nearest multiple of EPSILON.
Parameters
• value: any
The number to round.
Returns
number
The rounded number.
Defined in
packages/core/src/utilities/roundNumber.ts:52