round-to
Decimal rounder
A utility library for rounding numbers to specific decimal places
Round a number to a specific number of decimal places: 1.234 → 1.2
155 stars
9 watching
11 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
sindresorhus/filled-array | Creates an array of specified length filled with a given value or function returning values | 43 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
sindresorhus/hasha | A utility module for computing and manipulating hashes of various types of input data | 957 |
sindresorhus/to-milliseconds | Converts time units to milliseconds | 158 |
sindresorhus/indent-string | A utility function to insert consistent indentation into a string | 112 |
sindresorhus/delay | Allows delaying promises by a specified amount of time or a random range. | 609 |
sindresorhus/math-clamp | A utility function to limit a value within a specified range | 14 |
sindresorhus/sindresorhus | A personal showcase of the maintainer's interests and projects | 340 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
sindresorhus/random-float | A utility function to generate random floating-point numbers within specified ranges. | 36 |
sindresorhus/image-dimensions | Gets dimensions of images in various formats without loading the entire image data | 431 |
sindresorhus/cli-cursor | Library for controlling the CLI cursor | 103 |
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |