Skip to content
Snippets Groups Projects
Verified Commit eb6af4af authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Emacs mode: add complementary error function and hyperbolic functions

[skip ci]
parent f7f7c774
No related branches found
No related tags found
No related merge requests found
Pipeline #6456 skipped
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment