This is so that we can avoid having to to: ``` return isMul(parent) || isPow(parent) || isDiv(parent) ? `(${result})` : result; ```