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 one variable within an interval [x1,x2]
4
slib_parms=5\
5
,the function expression\
6
x,the variable name\
7
0,x1\
8
1,x2\
9
100,number of cutting steps (<=1000)
10
 
11
slib_out=min,max
12
slib_comment=This script computes the minimum and the maximum of a function\
13
 within an interval, in a very approximative way. Its main purpose is for\
14
 plotting uses.