ZVON > References > MathML Reference

Go to Standard
Element:floor
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>
     <floor/>
     <ci> a </ci>
</apply>

<apply>
     <forall/>
     <bvar>
          <ci> a </ci>
     </bvar>
     <apply>
          <and/>
          <apply>
               <leq/>
               <apply>
                    <floor/>
                    <ci>a</ci>
               </apply>
               <ci>a</ci>
          </apply>
          <apply>
               <lt/>
               <ci>a</ci>
               <apply>
                    <plus/>
                    <apply>
                         <floor/>
                         <ci>a</ci>
                    </apply>
                    <cn>1</cn>
               </apply>
          </apply>
     </apply>
</apply>