|
Add |
Numeric add or text concatenate |
|
Subtract |
Numeric subtraction |
|
Multiply |
Numeric multiplication |
|
Divide |
Numeric division |
|
Power |
x raised to the power y |
|
sqrt |
Square root |
|
Factorial |
Factorial of a number |
|
Percent |
Divide by 100 |
|
exp |
Exponential |
|
E |
2.718281828459045 |
|
PI |
3.141592653589793 |
|
infinity |
Infinity |
|
I |
Unit imaginary number |
|
abs |
Absolute value (magnitude for complex numbers) |
|
real |
The real portion of a complex number |
|
imag |
The imaginary portion of a complex number |
|
sigma |
Summation of a function between limits |
|
root |
Root, or zero, of a function |
|
integral |
Definite integral of a function |
|
derivative |
Partial derivative of a function |
|
Subscript |
Returns specific element(s) in a list |
|
avg |
Average of all elements in a list |
|
sum |
Sum of all elements in a list |
|
prod |
Product of all elements in a list |
|
trans |
Transpose of a matrix |
|
determinant |
Determinant of a matrix |
|
Power |
Matrix inverse |
|
union |
All elements in all input lists without duplicates |
|
intersect |
All elements common to every input list |