Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
045e2e21
Commit
045e2e21
authored
Jun 09, 2010
by
Sébastien Villemot
Browse files
Bytecode DLL: bugfix for erf()
parent
61e78763
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/sources/bytecode/Interpreter.cc
View file @
045e2e21
...
...
@@ -1025,7 +1025,7 @@ Interpreter::print_expression(it_code_type it_code, bool evaluate)
Stack
.
push
(
tmp_out
.
str
());
break
;
case
oErf
:
Stackf
.
push
(
sqrt
(
v1f
));
Stackf
.
push
(
erf
(
v1f
));
tmp_out
.
str
(
""
);
tmp_out
<<
"erf("
<<
v1
<<
")"
;
Stack
.
push
(
tmp_out
.
str
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment