Inconsistancy of <root>'s usage

In 4.4.3.10, the example of root is

Example

The nth root of a is is given by

<apply>
  <root/>
  <degree><ci type='integer'> n </ci></degree>
  <ci> a </ci>
</apply>


In C.2.3.11, the same example is

Example

    nth root of a

					
<apply><root/>
<ci> a </ci>
<ci> n </ci>
</apply>


The usage of <root> is not consistant with both sections of the MathML
recommandation.  Which one is correct?


-- Clare

Received on Monday, 16 September 2002 14:06:46 UTC