Just a General Calculator that can do some basic stuff Write in the comments if you come across a glitch! If you get the wrong answer for a question, let me know in the comments! It might just be a poorly written question or it uses the wrong symbols. Note 1: This calculator can only do degrees, not radians due to how scratch does equations, I might be able to make a radians option but not for a while. Note 2: Due to how scratch does math, pi can not be too many numbers without scratch rounding it. Note 3: Not everything is tested as much as the last so there could be flaws here and there. Note 4: If the x in the factorial is too high, the number might not be as accurate.
@Hotdawg_Coder - Did most of the code @kfp2 - Helped save a lot of code and work some systems out for me, and made his own inspired by me! (https://scratch.mit.edu/projects/1185731635/) @nekowokezuru - Helped me with the Gamma Function ---------------------------------------------------------------------- Everything that it can do is below: Addition (+) Subtraction (-) Multiplication (*) Division (/) Exponent (^) Parentheses (()) Square Root (sq__) Sin (sin__) Cos (cos__) Tan (tan__) Log (log__) Pi (pi) Percentage (%) x^root (_sq__) Euler's number (e) Random number 0-1 (rnd) Ln (ln__) Arcsin (asn__) Arccos (acs__) Arctan (atn__) Factorial (__!) Absolute value (abs__) NOT IMPLEMENTED YET ------------------------------------- Radians option Suggest more in the comments!