ScratchData LogoScratchData
Back to SCRATCH---PIXEL's profile

Mathematic Expression Calculator

SCSCRATCH---PIXEL•Created December 19, 2020
Mathematic Expression Calculator
18
10
156 views
View on Scratch

Description

(re-shared) Mathematic Expression Calculator ~Supports and how they must be wrote on this calculator: (❗Please read everything below❗) Scopes () Variables (Firstly create them to use) Plus [+] Minus [-] Multiply [*] (Can be used as 'and') Divide [/] Power [^] Root [`] ----->>>> (25`2 = 5) Don't confuse with ' Modulo [%] ----->>>> (5%2 = 1) Equal [==] Larger [>] Lower [<] Larger or equal [>=] Lower or equal [<=] Join [&] ----->>>> (5&32 = 532) Or [|] ----->>>> (5=3)|(3>2) = 1) Sever [;] ----->>>> (1+2;3*3 = 3;9) ~Functions: (Example of using: sin(45)) Round [round] Module [abs] Floor [int] Ceiling [intup] Length [len] Sine [sin] Cosine [cos] Tangent [tan] Arc sine [asin] Arc cosine [acos] Arc tangent [atan] Logarithm [log] Natural logarithm [ln] Summation [sum] -->> (sum(1;4) = 1+2+3+4 = 10) Digit [dig] -->> (sym(0;156) = 6; sym(1;156) = 5) Not [not] Pick random [gen] Modulo [mod] -->> (Same as %) Maximum [max] Minimum [min] Change/Create variable [=] -->> (a=5) If you don't understand what does any of functions/signs mean, feel free to ask about them in comments!

Project Details

Project ID466262941
CreatedDecember 19, 2020
Last ModifiedNovember 25, 2023
SharedNovember 25, 2023
Visibilityvisible
CommentsAllowed