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

depreciate uint64ToString() #10

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Commits on Jul 6, 2018

  1. Correct uint64ToString for plain Decimal numbers

    previously, it was doing bit shift operation, and then truncated the string.
    but since the values given to this function won't go over 4 billion for sure, this won't make any difference really :(
    junwoo091400 authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    a2c05ad View commit details
    Browse the repository at this point in the history
  2. depreciate uint64ToString()

    Setting values aren't as big as uint64_t. So there is no reason to use that function.
    junwoo091400 authored Jul 6, 2018
    Configuration menu
    Copy the full SHA
    2623aab View commit details
    Browse the repository at this point in the history