ZVON > References > MathML Reference

Go to Standard
Element:diff
Attributes:class | definitionURL | encoding | id | other | style | 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>
     <diff/>
     <ci> f </ci>
</apply>
XHTML documentMathML Source
Example from standard
<apply>
     <diff/>
     <bvar>
          <ci> x </ci>
     </bvar>
     <apply>
          <ci type="fn"> f </ci>
          <ci> x </ci>
     </apply>
</apply>