BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

construction from hex strings

Open waegemans opened this issue 5 years ago • 1 comments

Closes: #37 Changes:

  • Allows construction from hex string (e.g. BigInt("0xaf123e"), BigInt("-0xff")). Hex string is converted to decimal during construction.
  • Tests for construction from hex
  • Remove unused bool is_valid_number(const std::string& num) in file include/functions/utility.hpp

waegemans avatar Jul 07 '19 22:07 waegemans

Handling any other base would have been better

touatily avatar Jan 03 '24 12:01 touatily