Other Native Functions
Last updated
Last updated
In addition to the core function categories listed in this help guide (e.g. Arithmetic, Matrix, Trigonometry), CalcTree also supports a range of less commonly used but still powerful functions from the that powers all page calculations.
These include:
(e.g. simplify()
, derivative()
)
(e.g. re(x)
, im(x)
, conj(x)
)
(e.g. distance()
, intersect()
)
(e.g. setUnion()
, setIntersect()
)
(e.g. freqz()
, zpk2tf()
)
(e.g. erf()
, zeta()
)
These functions are available within CalcTree’s MathJS-based expression engine, but have not been explicitly tested or verified in our environment. You may encounter unexpected behavior or partial support in some cases.
You can use them just like any other native function. For example:
For a complete list of available functions, see the . Nearly all functions listed there are available in CalcTree unless noted otherwise in this guide.
📘 Looking for more functions? CalcTree’s expression engine is powered by . For a full list of available functions, visit the . Most functions listed there are supported in CalcTree unless otherwise noted.