Function List#
The following is a list of all built-in functions in FuncSketch. The functions are listed in alphabetical order. See pages linked from the table for details of each function.
Function |
Short Description |
|---|---|
Absolute value function (\(|x|\)). |
|
Arccosine function (\(\arccos(x)\)). |
|
Hyperbolic arccosine function (\(\mathrm{acosh}(x)\)). |
|
Arcsine function (\(\arcsin(x)\)). |
|
Hyperbolic arcsine function (\(\mathrm{asinh}(x)\)). |
|
Arctangent function (\(\arctan(x)\)). |
|
Arctangent function of two variables (\(\mathrm{atan2}(y, x)\)). |
|
Hyperbolic arctangent function (\(\mathrm{atanh}(x)\)). |
|
Cube root function (\(\sqrt[3]{x}\)). |
|
Ceiling function (\(\lceil x \rceil\)). |
|
Cosine function (\(\cos(x)\)). |
|
Hyperbolic cosine function (\(\cosh(x)\)). |
|
Error function (\(\mathrm{erf}(x)\)). |
|
Complementary error function (\(\mathrm{erfc}(x)\)). |
|
Exponential function (\(e^x\)). |
|
Base-2 exponential function (\(2^x\)). |
|
Exponential-minus-one function (\(e^x - 1\)). |
|
Floor function (\(\lfloor x \rfloor\)). |
|
Gamma function (\(\Gamma(x)\)). |
|
Natural logarithm of the absolute value of the gamma function (\(\log{|\Gamma(x)|}\)). |
|
Natural logarithm function (\(\log(x)\)). |
|
Natural logarithm of one plus x function (\(\log(1+x)\)). |
|
Base-10 logarithm function (\(\log_{10}(x)\)). |
|
Base-2 logarithm function (\(\log_{2}(x)\)). |
|
Power function (\(\mathrm{base}^{\mathrm{exponent}}\)). |
|
Rounding function (\(\mathrm{round}(x)\)). |
|
Sine function (\(\sin(x)\)). |
|
Hyperbolic sine function (\(\sinh(x)\)). |
|
Square root function (\(\sqrt{x}\)). |
|
Tangent function (\(\tan(x)\)). |
|
Hyperbolic tangent function (\(\tanh(x)\)). |
|
Truncation function (\(\mathrm{trunc}(x)\)). |