Subversion Repositories wimsdev

Rev

Rev 14878 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
# record 1: header: parent, keywords
2
# record 2: calling parameters
3
# record 3: submit buttons
4
# record 4: html form content
5
 
6
:calculus
7
limit, function
8
 
9
:datatype, function
10
operation, limit
11
 
12
:, Find the limit
13
 
14878 bpr 14
:
539 bpr 15
 $submit1
14878 bpr 16
f(x) =
17232 bpr 17
 <input name="formula" type="text" size="25" value="sin(3x)/x">
539 bpr 18
 for
17232 bpr 19
 <input name="variable" type="text" size="3" value="x">
14878 bpr 20
 towards
17232 bpr 21
 <input name="formula2" type="text" size="10" value="0">
539 bpr 22