From a59732cd69f91d6ce915eeb429dc08dce07c1997 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 6 Aug 2019 17:18:13 -0400 Subject: [PATCH] doc: new built-in function cbrt --- doc/manual/source/the-model-file.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index d2fc0c6a4c..edf8c5e53d 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -615,6 +615,10 @@ MODEL_EXPRESSION and EXPRESSION: Square root. +.. function:: cbrt(x) + + Cubic root. + .. function:: sign(x) Signum function, defined as: -- GitLab