We did it! And we are “proud like Bolle” (as we say in Berlin) that we brought the project that far! From the first crazy idea, up to a software with a version number 1 in about 8 months. What does that mean exactly? The goal for a version 1.0.0 was to migrate all features…
Formula Solver: Available Functions, Operators and Constants
Operators +, -, *, / Basic calculations (Add, Subtract, Multiply, Divide)^ Exponent; 2^3 = 8% Modulo, Returns the remainder of an integer division: 5 % 2 = 1 Functions sqrt(x): Square Root; sqrt(9) = 3nrt(n,x): n-th Root; nrt(3,8) = ∛8 = 2sin(x), cos(x), tan(x): Trigonometric functions*arcsin(x), arccos(x), arctan(x): Trigonometric arcus functions*log(a,x): Logarithm based a; log(10,…