KPlot
Version 0.2 |
| + | Addition |
| - | Subtraktion |
| * | Multiplikation (3*x kann auch als 3x geschrieben werden) |
| / | Division |
| a^b | a hoch b |
| sqrt() | Quadratwurzel |
| cbrt() | dritte Wurzel |
| sin() | Sinus |
| cos() | Kosinus |
| tan() | Tangens |
| asin() | Arkussinus |
| acos() | Arkuskosinus |
| atan() | ArkusTangens |
| sinh() | Sinus hyperbolicus |
| cosh() | Kosinus hyperbolicus |
| tanh() | Tangent hyperbolicus |
| asinh() | Arkussinus hyperbolicus |
| acosh() | Arkuskosinus hyperbolicus |
| atanh() | Arkustangens hyperbolicus |
| exp(a) | e hoch a |
| abs() | Betrag |
| ln() | natürlicher Logarithmus |
| lg() | Logarithmus zur Basis 10 |
| ceil(a) | kleinste Ganzzahl, die nicht kleiner ist als a |
| floor(a) | größte Ganzzahl, die nicht größer ist als a |