Currently Supported Operations: Addition Subtraction Multiplication Exponentiation (Negative Power not Supported) To be investigated: Division (Quotient, Mod) GCD Modular Exponentiation Bitwise Operation (And, Or, Xor) Factoring
Notes: Big Integer is used to calculate and store all digits losslessly, so it should be impossible for the memory to store the result from exponentiation with more than a billion digits Notes: (Double Click Item 5 to Select the Whole Item for Copying) May not be fast due to limited set of string operations. When Timer is changed, zoom change may be needed to refresh the list due to display issues in Scratch. - May carry extra test to see whether multiplication is faster in binary or denary. Update Log: 2021-03-09 Created the project 2021-03-09 Finished +, -, *, ^ Extra Notes: Numbers are not converted to binary completely during the process.