Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions based on human readable format #172

Open
3 tasks
Seddryck opened this issue Apr 28, 2023 · 0 comments
Open
3 tasks

Functions based on human readable format #172

Seddryck opened this issue Apr 28, 2023 · 0 comments
Labels
new-feature Request for a new feature in the tool

Comments

@Seddryck
Copy link
Owner

Seddryck commented Apr 28, 2023

  • human-readable-format-decimal(int precision): Format a number in human-readable SI format. For example, 1048576 | Human-readable-format-decimal returns 1.04 M. precision must be in the range of [0, 3] (default: 2).
  • human-readable-format-decimal-bytes(int precision): Format a number in human-readable SI format. For example, 1048576 | Human-readable-format-decimal returns 1.04 MB. precision must be in the range of [0, 3] (default: 2).
  • human-readable-format-binary-bytes(int precision): Format a number in human-readable SI format. For example, 1048576 | Human-readable-format-decimal returns 1.00 MiB. precision must be in the range of [0, 3] (default: 2).
@Seddryck Seddryck added the new-feature Request for a new feature in the tool label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request for a new feature in the tool
Projects
None yet
Development

No branches or pull requests

1 participant