fixnum icon indicating copy to clipboard operation
fixnum copied to clipboard

Add toDoubleUnsigned() method

Open Jure-BB opened this issue 2 years ago • 0 comments

There already are toStringUnsigned() and shiftRightUnsigned() methods, but no toDoubleUnsigned() method.

Int64(-1).toDouble() //  -1.0
Int64(-1).toDoubleUnsigned() // 1.8446744073709552E+19

Jure-BB avatar Apr 15 '23 11:04 Jure-BB