Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is how such problem was solved in past: abs(crc32(x)). Such approach can result in duplicate CRC2 for values, that has N and -N CRC32 values. I recommend using kUtil::crc32 function, that does this: sprintf('%u', crc32(x)).

Related Discussions

Related Tasks