[..] La fonction [jdg] erfscl

Code
int erf_jdg(){ scltracefa(§, ƒ, ); scltracefc("scl-%s (%s) : %s\n\n", sclver(), sclsec(), temps_char(0)); int xn=1001, xi; double *x=newtablin(xn, -2.5, 2.5); double *y=new double[xn]; for(xi=0;xi<xn;xi++){ y[xi]=erf_scl(x[xi]); } scl::string_c imgname=scl::string_c(ƒ)+".svg", imgpath="./srt/"+imgname; graf_dis(imgpath.c_str(), xn, x, y, "grid", "on", "title", "Error Gauss's function", "subtitlex", imgname.c_str(), /*"subtitle", subtitle.c_str(),*/ "linespec", "-l", "linespeca", "-a", "background-color", "w", "aymin", -1.1, "aymax", 1.1, "xlabel", "x", /*"ylabel", "[rad]",*/ ); scltracefe(§, ƒ, ); return 0; } /* ƒ décorée par 🔬 le 24-05-2026 23:46:57 */
Sortie
[>..\xpl\src\scl.jdg.cpp.erf_jdg] scl-26.05 (gwin64) : 24-05-2026 23:46:57 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< << END OF DISLIN / VERSION 11.3.2 << << Date : 24.05.2026 Time : 23:46:57 Pageformat: DA4L << << Vectors : 1923 Warnings: 0 Fileformat: SVG << << Metafile: ./srt/erf_jdg.svg << <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< [<..\xpl\src\scl.jdg.cpp.erf_jdg]