ZVON > References > MathML Reference

Go to Standard
Element:degree
Attributes:class | 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 |
Children:abs | and | annotation | annotation-xml | apply | approx | arccos | arccosh | arccot | arccoth | arccsc | arccsch | arcsec | arcsech | arcsin | arcsinh | arctan | arctanh | arg | bvar | card | cartesianproduct | ceiling | ci | cn | codomain | complexes | compose | condition | conjugate | cos | cosh | cot | coth | csc | csch | csymbol | curl | declare | degree | determinant | diff | divergence | divide | domain | domainofapplication | emptyset | eq | equivalent | eulergamma | exists | exp | exponentiale | factorial | factorof | false | floor | fn | forall | gcd | geq | grad | gt | ident | image | imaginary | imaginaryi | implies | in | infinity | int | integers | intersect | interval | inverse | lambda | laplacian | lcm | leq | limit | list | ln | log | logbase | lowlimit | lt | maction | maligngroup | malignmark | matrix | matrixrow | max | mean | median | menclose | merror | mfenced | mfrac | mi | min | minus | mlabeledtr | mmultiscripts | mn | mo | mode | moment | momentabout | mover | mpadded | mphantom | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | neq | not | notanumber | notin | notprsubset | notsubset | or | outerproduct | partialdiff | pi | piecewise | plus | power | primes | product | prsubset | quotient | rationals | real | reals | reln | rem | root | scalarproduct | sdev | sec | sech | selector | semantics | sep | set | setdiff | sin | sinh | subset | sum | tan | tanh | tendsto | times | transpose | true | union | uplimit | variance | vector | vectorproduct | xor |

Examples:

XHTML documentMathML Source
Example from standard
<apply>
     <partialdiff/>
     <bvar>
          <ci> x </ci>
          <degree>
               <ci> n </ci>
          </degree>
     </bvar>
     <bvar>
          <ci> y </ci>
          <degree>
               <ci> m </ci>
          </degree>
     </bvar>
     <apply>
          <sin/>
          <apply>
               <times/>
               <ci> x </ci>
               <ci> y </ci>
          </apply>
     </apply>
</apply>