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


om_xml

om_xml(s|proc=p)
:: Translate CMO expression of s to a XML expression of OpenMath(CD's in 1999).
return
String
p
Number
s
Object
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.