Go to the first, previous, next, last section, table of contents.
- om_xml(s|proc=p)
-
:: Translate CMO expression of s to a XML expression of OpenMath.
- return
-
String
- p
-
Number
- s
-
Object
-
Translate CMO s to a XML expression of OpenMath.
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.