The following lines caught my attention while browsing source2e while looking for the definition of another command.
\DeclareMathRadical{\sqrtsign}{symbols}{"70}{largesymbols}{"70}
and
\DeclareRobustCommand\sqrt{\@ifnextchar[\@sqrt\sqrtsign}
\def\@sqrt[#1]{\root #1\of}
What was \sqrtsign for? I tried \sqrtsign{x} and it outputs something similar to \sqrt{x}.
