bigINT icon indicating copy to clipboard operation
bigINT copied to clipboard

[feat] implement _builtin_parity(x) for largeInt

Open ayaankhan98 opened this issue 4 years ago • 0 comments

Description

  • This function is used to check the parity of a large int. This function returns true(1) if the number has odd parity else it returns false(0) for even parity.
  • include tests for new implementation

ayaankhan98 avatar Oct 07 '20 07:10 ayaankhan98