issues
search
ergoplatform
/
sigmastate-interpreter
ErgoScript compiler and ErgoTree Interpreter implementation for Ergo blockchain
MIT License
63
stars
41
forks
source link
New Numeric methods for 6.0
#1006
Open
kushti
opened
5 months ago
kushti
commented
5 months ago
From #479 :
abs
compare
From #474
~
(bitwise inversion);
|
(bitwise OR for Numeric);
&
(bitwise AND for Numeric);
^
(bitwise XOR for Numeric);
<<
,
>>
,
>>>
(bit shifts for Numeric);
From #479 :
From #474
~
(bitwise inversion);|
(bitwise OR for Numeric);&
(bitwise AND for Numeric);^
(bitwise XOR for Numeric);<<
,>>
,>>>
(bit shifts for Numeric);