Open waegemans opened 5 years ago
Closes: #37 Changes:
BigInt("0xaf123e")
BigInt("-0xff")
bool is_valid_number(const std::string& num)
include/functions/utility.hpp
Handling any other base would have been better
Closes: #37 Changes:
BigInt("0xaf123e")
,BigInt("-0xff")
). Hex string is converted to decimal during construction.bool is_valid_number(const std::string& num)
in fileinclude/functions/utility.hpp