source:
node_modules/es-toolkit/dist/compat/math/floor.mjs
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 180 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import { decimalAdjust } from '../_internal/decimalAdjust.mjs'; |
| 2 | ||
| 3 | function floor(number, precision = 0) { | |
| 4 | return decimalAdjust('floor', number, precision); | |
| 5 | } | |
| 6 | ||
| 7 | export { floor }; |
Note:
See TracBrowser
for help on using the repository browser.
