Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4158 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=The bound of a real function of two variables within a rectangle [x1,x2],[y1,y2]
4
slib_parms=7\
5
,the function expression\
6
[x,y],the variable names\
7
0,x1\
8
1,x2\
9
0,y1\
10
1,y2\
11
50,number of cutting steps (<=1000)
12
 
13
slib_out=min,max
14
 
15
slib_example=x^2+sin(x*y)+exp(y^2),[x,y],0,3,-3,2,50