Explorar el Código

test(util): 测试发布

zhangweicheng hace 5 años
padre
commit
b12f12c724
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      util/src/math.ts

+ 1 - 0
util/src/math.ts

@@ -24,6 +24,7 @@ export const innerRound = (
   return (value / 10 ** decimal) * pre;
   return (value / 10 ** decimal) * pre;
 };
 };
 
 
+// 4舍5入
 export const roundForObj = (
 export const roundForObj = (
   obj: string | number | undefined | null,
   obj: string | number | undefined | null,
   decimal: number
   decimal: number