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, partial limit, sided limit
8
 
9
:datatype, function
10
operation, limit
11
 
12
:, Sided 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="x/abs(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">
6517 bpr 22
 <select name="option">
23
 <option value="plus">from the right</option>
24
 <option value="minus">from the left</option>
25
 <option value="both">from both sides</option>
26
 </select>