Functions
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Functions
| Operation | Command | Display |
|---|---|---|
| Exponential | func e^{a} | |
| Natural logarithm | ln(a) | |
| Exponential function | exp(a) | |
| Logarithm | log(a) | |
| Power | a^{b} | |
| Sine | sin(a) | |
| Cosine | cos(a) | |
| Tangent | tan(a) | |
| Cotangent | cot(a) | |
| Square root | sqrt{a} | |
| Arcsine | arcsin(a) | |
| Arc cosine | arccos(a) | |
| Arctangent | arctan(a) | |
| Arc cotangent | arccot(a) | |
| nth root | nroot{a}{b} | |
| Hyperbolic sine | sinh(a) | |
| Hyperbolic cosine | cosh(a) | |
| Hyperbolic tangent | tanh(a) | |
| Hyperbolic cotangent | coth(a) | |
| Absolute value | abs{a} | |
| Arc hyperbolic sine | arsinh(a) | |
| Arc hyperbolic cosine | arcosh(a) | |
| Arc hyperbolic tangent | artanh(a) | |
| Arc hyperbolic cotangent | arcoth(a) | |
| Factorial | fact{a} |
| Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY). |