CanonicalForm
Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.
Return the canonical form of an expression Can be used to sort arguments of an expression. Sorting arguments of commutative functions is a weak form of canonicalization that can be useful in some cases, for example to accept "x+1" and "1+x" while rejecting "x+1" and "2x-x+1"
CanonicalForm(any, symbol*) -> anyas compute-engine declares it