Go to the first, previous, next, last section, table of contents.


om_xml

om_xml(s|proc=p)
:: s の CMO 表現を OpenMath の XML (CD's in 1999) 表現になおす.
return
文字列
p
s
オブジェクト
For (I=0; I<10; I++) {
   A = 2^I;
   B = om_xml(A);
   C = om_xml_to_cmo(B);
   print(A == C);
}


Go to the first, previous, next, last section, table of contents.