[Trac] #84: normcdf() doesn't work with k_order
#84: normcdf() doesn't work with k_order --------------------------+------------------------------------------------- Reporter: sebastien | Owner: sebastien Type: bug | Status: new Priority: minor | Milestone: Component: Preprocessor | Version: 4.1.0 Keywords: | --------------------------+------------------------------------------------- The reason is that normcdf() is not translated into C code. It can easily be fixed using the erf() function available from the math library. -- Ticket URL: <https://www.dynare.org/trac/ticket/84> Dynare <http://www.dynare.org> The Dynare project
#84: normcdf() doesn't work with k_order ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: sebastien Type: bug | Status: closed Priority: minor | Milestone: Component: Preprocessor | Version: 4.1.0 Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien): * status: new => closed * resolution: => fixed Comment: Fixed in commit 7b8166043ed4185f13738daff941b0f952bd88ff, but only for GCC. MSVC doesn't support erf() (even though this function is in the C99 standard). With MSVC, Dynare prints an error message telling to switch to Cygwin when using normcdf() and USE_DLL. -- Ticket URL: <https://www.dynare.org/trac/ticket/84#comment:1> Dynare <http://www.dynare.org> The Dynare project
participants (1)
-
Trac Dynare