convert icon indicating copy to clipboard operation
convert copied to clipboard

Data `bigint` conversion error due to ratio is not an integer

Open carlocorradini opened this issue 1 year ago • 4 comments

All data conversions fail if using bigint due to Conversion for [UNIT] to [UNIT] cannot be calculated as a BigInt because the conversion ratio is not an integer error.  Even a simple operation like this fails:

convert(1024n, 'B').to('KiB');

carlocorradini avatar Oct 24 '22 15:10 carlocorradini