Skip to content

[tool] round_number - #333

Open
Solanki-Jatin wants to merge 2 commits into
abduznik:mainfrom
Solanki-Jatin:main
Open

[tool] round_number#333
Solanki-Jatin wants to merge 2 commits into
abduznik:mainfrom
Solanki-Jatin:main

Conversation

@Solanki-Jatin

@Solanki-Jatin Solanki-Jatin commented Aug 5, 2026

Copy link
Copy Markdown

Checklist

  • File is in tools/ directory
  • File has header comments (# tool, # description, # author, # example)
  • File has a run() function that returns a string
  • Uses stdlib only (no external dependencies)
  • Tested locally with python bitbox.py <tool_name> <args>

Closes #332

@abduznik

abduznik commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Thanks for the contribution — the logic looks good! One small thing before merging: the # example: comment has some garbled/corrupted characters (likely an encoding issue with the arrow ->) instead of plain text. Could you update it to something like:

# example: round_number \3.14159\ \2\ -> \3.14\

Happy to merge as soon as that's fixed!

@Solanki-Jatin

Copy link
Copy Markdown
Author

Fixed! Thanks for catching that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[tool] round_number

2 participants