Changes in MBF 5.21: -------------------- Fixed a bug in the parsing of user-defined model functions and derivatives - the string "cosh" was incorrectly evaluated using sinh instead of cosh. Details: in line 161 of parcer.cpp, replaced "sinh(prim(true))" by "cosh(prim(true))"