Emacs mode: add complementary error function and hyperbolic functions

[skip ci]
pac-components
Sébastien Villemot 2021-12-11 15:57:36 +01:00
parent f7f7c77411
commit eb6af4aff3
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 3 additions and 2 deletions

View File

@ -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