| prev | ( testsuite > StrictContent > Calculus > int > rec-int3 ) | next | (show test run result) | 
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) | 
| File: | StrictContent/Calculus/int/rec-int3 | 
| CVS-ID: | |
| Author: | MathML 2 Recommendation | 
| Description: | integral of f(x) with bounds | 
| Sample Rendering: 
 | |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="calculus1">defint</csymbol>
            <apply>
               <csymbol cd="interval1">oriented_interval</csymbol>
               <cn>0</cn>
               <ci>a</ci>
            </apply>
            <bind>
               <csymbol cd="fns1">lambda</csymbol>
               <bvar>
                  <ci>x</ci>
               </bvar>
               <apply>
                  <ci>f</ci>
                  <ci>x</ci>
               </apply>
            </bind>
         </apply>
      </math>