To Use |
Type |
Examples |
Numbers |
Integers
Fractions
Decimals
|
2520
2/3
3.14, .98
|
Operators |
+ - * / (add, subtract, multiply, divide)
^ (raise to a power)
|| (parallel resistors)
|
x+(2*y)/x-1
x^(n+1)
v_IN+v_OUT
1||2
|
Constants |
c, e, g, i, j, k, pi, q, T |
20*c
418*T
|
Affixes |
Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T) |
20%
20c
418T
|
Basic functions |
abs, exp, fact or factorial, ln, log2, log10, sqrt |
abs(x+y)
sqrt(x^2-y)
|
Trigonometric functions |
sin, cos, tan, sec, csc, cot
arcsin, sinh, arcsinh, etc.
|
sin(4x+y)
arccsch(4x+y)
|
|
Scientific notation |
10^ and the exponent |
10^-9 |
e notation |
1e and the exponent |
1e-9 |