Closed PeterLemon closed 2 years ago
tested by printing string p value from the bitlength function, constant numbers did not show up only their name instead of their number value. the same happens with variables too.
fixed the constant & variable bitlength calculation including their negative numbers to use max bitlength. (issue fixed)
tested by printing string p value from the bitlength function, constant numbers did not show up only their name instead of their number value. the same happens with variables too.