Question 590662
I think what you mean is if you have
something like {{{ sqrt( -7 ) }}}
Factor the {{{ -7 }}}
{{{ sqrt( -1*7 ) }}}
{{{ sqrt(-1)*sqrt(7) }}}
{{{ sqrt(7)*i }}}