Hey this an engine you can use if you want accurate math since Scratch always round the numbers after a certain time... for exemple (10^30 + 120) == (10^30) so you can have bugs not knowing that. Here just a little demo but you can use : - addition; - soustraction; - multiplication; - division; - modulo; - round; - floor; - ceil; - compare; That's all...
Everything by me... project on my main accountt : https://scratch.mit.edu/projects/781479254/ If you want to use it just credit, If you want to improve thing know that the multiplication can be upgrade using the FFT algorithm