KPlot
Version 0.2 |
| + | addition |
| - | subtraction |
| * | multiplication (3*x can also be written as 3x) |
| / | division |
| a^b | a to the bth power |
| sqrt() | square root |
| cbrt() | cube root |
| sin() | sine |
| cos() | cosine |
| tan() | tangent |
| asin() | arc sine |
| acos() | arc cosine |
| atan() | arc tangent |
| sinh() | hyperbolic sine |
| cosh() | hyperbolic cosine |
| tanh() | hyperbolic tangent |
| asinh() | hyperbolic arc sine |
| acosh() | hyperbolic arc cosine |
| atanh() | hyperbolic arc tangent |
| exp() | exponential function |
| abs() | absolute value |
| ln() | natural logarithm |
| lg() | logarithm to the base of 10 |
| ceil(a) | smallest value not less than a |
| floor(a) | largest integer not greater than a |