ZVON > References > MathML Reference

Go to Standard
Element:tendsto
Attributes:class | definitionURL | encoding | id | other | style | type | xlink:href | xref |
Parents:apply | bvar | condition | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | matrix | matrixrow | momentabout | otherwise | piece | reln | semantics | set | uplimit | vector |

Examples:

XHTML documentMathML Source
Example from standard
<apply>
     <tendsto type="above"/>
     <apply>
          <power/>
          <ci> x </ci>
          <cn> 2 </cn>
     </apply>
     <apply>
          <power/>
          <ci> a </ci>
          <cn> 2 </cn>
     </apply>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <tendsto/>
     <vector>
          <ci> x </ci>
          <ci> y </ci>
     </vector>
     <vector>
          <apply>
               <ci type="fn"> f </ci>
               <ci> x </ci>
               <ci> y </ci>
          </apply>
          <apply>
               <ci type="fn"> g </ci>
               <ci> x </ci>
               <ci> y </ci>
          </apply>
     </vector>
</apply>