LearningTools
→
Type the math problem below
Math Syntax
- syntax for calculating absolute : |-1 + 2*3|
- syntax for exponents : x² or x^2
- syntax for square root : √4
- syntax for factorial : 5!
-
you can multiply multiple expressions with brackets with out adding symbol for multiplication;
ex:
(x+1) * (4+9x) <=> (x+1)(4+9x)
- you can easily calculate the percentage of two numbers using % symbol
50%20 <=> 0.5 * 20 or 20/2 witch equal 10