Subversion Repositories wimsdev

Rev

Rev 14878 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14878 Rev 17232
Line 12... Line 12...
12
:, Sided limit
12
:, Sided limit
13
 
13
 
14
:
14
:
15
 $submit1
15
 $submit1
16
 f(x) =
16
 f(x) =
17
 <input name="formula" type="text" size="25" value="x/abs(x)" />
17
 <input name="formula" type="text" size="25" value="x/abs(x)">
18
 for
18
 for
19
 <input name="variable" type="text" size="3" value="x" />
19
 <input name="variable" type="text" size="3" value="x">
20
 towards
20
 towards
21
 <input name="formula2" type="text" size="10" value="0" />
21
 <input name="formula2" type="text" size="10" value="0">
22
 <select name="option">
22
 <select name="option">
23
 <option value="plus">from the right</option>
23
 <option value="plus">from the right</option>
24
 <option value="minus">from the left</option>
24
 <option value="minus">from the left</option>
25
 <option value="both">from both sides</option>
25
 <option value="both">from both sides</option>
26
 </select>
26
 </select>