We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use LongNumber::impl::int_to_char and LongNumber::impl::char_to_int instead of explicit casting and calculating everytime
LongNumber::impl::int_to_char
LongNumber::impl::char_to_int
LongNumber/src/Implementation/LongNumber_GetterSetter.cpp
Line 52 in 37c5fd7
refactor from italian names to english ones
The text was updated successfully, but these errors were encountered:
partially solved with commit 2a87e86
Sorry, something went wrong.
No branches or pull requests
casting int to char
use
LongNumber::impl::int_to_char
andLongNumber::impl::char_to_int
instead of explicit casting and calculating everytimeLongNumber/src/Implementation/LongNumber_GetterSetter.cpp
Line 52 in 37c5fd7
variable name
refactor from italian names to english ones
documentations
The text was updated successfully, but these errors were encountered: