(_expr: Expression)
| 79 | } |
| 80 | |
| 81 | function serializeString(_expr: Expression): string | null { |
| 82 | // MathJSON string nodes do not yet have a SymPy representation. |
| 83 | return null; |
| 84 | } |
| 85 | |
| 86 | export function serialize(expr: Expression): string { |
| 87 | try { |
no outgoing calls
no test coverage detected