simplifyCore
simplifyCore(node)
Try it yourself:
$1 |
simplifyCore(parse("0*x"))
|
|
$2 |
simplifyCore(parse("(x+0)*2"))
|
See also:
All functions