Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/webdesign/html-3.0/roots.html
Дата изменения: Thu Dec 19 13:31:50 1996
Дата индексирования: Tue Oct 2 00:52:14 2012
Кодировка:

Поисковые слова: venus
HTML Math

SQRT

Permitted Context: %math
Content Model: %math

This draws a square root sign around the contents, for example the square root of 1 + x is expressed as:

    <SQRT>1 + x</SQRT>

and possibly rendered as: (this is the best I can do with ascii art!)

      ----------
     / 1 + x
    v

The SQRT element has no attributes.

ROOT

Permitted Context: %math
Content Model: %math, OF, %math

This allows you to specify arbitary roots of an expression. The radix comes first, and is separated from the radicand by the <OF> tag. For example the cube root of 1 + x is expressed as:

    <ROOT>3<OF>1 + x</ROOT>

and possibly rendered as:

      --------
    3/ 1 + x
    v

The ROOT element has no attributes.