1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2017 - ESI-Group - Delamarre Cedric
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- CLI SHELL MODE -->
9 // <-- Non-regression test for bug 15199 -->
11 // <-- Bugzilla URL -->
12 // http://bugzilla.scilab.org/show_bug.cgi?id=15199
14 // <-- Short Description -->
15 // Scilab crash when using fsolve for functions containing other functions
24 assert_checkequal(fsolve(1,fy), 1);