Functions
From Apache OpenOffice Wiki
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). |