From eb6af4aff3ba41ea2ecc48c6996ba7e5175f789c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Sat, 11 Dec 2021 15:57:36 +0100
Subject: [PATCH] Emacs mode: add complementary error function and hyperbolic
 functions

[skip ci]
---
 scripts/dynare.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/dynare.el b/scripts/dynare.el
index f26ce8e7c..3dcdaefd2 100644
--- a/scripts/dynare.el
+++ b/scripts/dynare.el
@@ -107,8 +107,9 @@
 ;; Mathematical functions and operators used in model equations (see "hand_side" in Bison file)
 (defvar dynare-functions
   '("expectation" "var_expectation" "pac_expectation" "exp" "diff" "adl" "log"
-    "ln" "log10" "sin" "cos" "tan" "asin" "acos" "atan" "sqrt" "cbrt" "abs"
-    "sign" "max" "min" "normcdf" "normpdf" "erf" "steady_state")
+    "ln" "log10" "sin" "cos" "tan" "asin" "acos" "atan"
+    "sinh" "cosh" "tanh" "asinh" "acosh" "atanh" "sqrt" "cbrt" "abs"
+    "sign" "max" "min" "normcdf" "normpdf" "erf" "erfc" "steady_state")
   "Dynare mathematical functions and operators.")
 
 (defvar dynare-constants
-- 
GitLab