Type a tool name, tag, or category to quickly open any tool instantly.
Evaluate complex math expressions
sqrt(x) - Square root
log(x) - Logarithm
sin(x) - Sine
pow(x,y) - Power
abs(x) - Absolute
pi, e - Constants
You can use units like 90 deg or 2 rad for trigonometry. For powers, use either ^ or the pow() function.
^
pow()