@bemedev/basifun
Version:
Basic ts functions
1 lines • 416 B
Source Map (JSON)
{"version":3,"file":"log10.cjs","sources":["../../../src/functions/numbers/log10.ts"],"sourcesContent":["import type { Fn } from '#bemedev/globals/types';\n\nexport const log10: Fn<[value: number], number> = (value: number) => {\n return Math.floor(Math.log10(value));\n};\n"],"names":[],"mappings":";;AAEO,MAAM,KAAK,GAAgC,CAAC,KAAa,KAAI;IAClE,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACtC;;;;"}