export const doublePercentRound = (value: number): number => { return Math.round(value * 100); };