๐ Variables (aโz, any name)
x
y
โ values merged from URL & edits
๐ Result
โ
โจ Variables via URL:
โก Supports: + - * / % ^, functions: factorial(n), round(n,dec), percent(part,total), sqrt, sin, cos, log, ln, pi, e.
?x=5&y=3&expr=2*x+y^2 โ each variable becomes a number.โก Supports: + - * / % ^, functions: factorial(n), round(n,dec), percent(part,total), sqrt, sin, cos, log, ln, pi, e.
2*x+1 (x=7)
hypotenuse 3,4
percent(34,200)
factorial(4.2โ4)
2*5+1*10