A scientific calculator. It stores the most recent calculations in a list. When it has finished making a calculation, it asks you if you want to do another calculation. The list of what it can do is below. // FUNCTIONS // - add (+) - subtract (-) - multiply (*, x) - divide (/) - square root (sqrt) - absolute value (abs) - factorial (!) - pi (use as a number) - find pi (writes out pi) - sine - cosine - tangent - log
// CREDITS // The script is 100% by me.