Looking at Names["SystemPrivate*"] gives:
I'd really like to use and look at the code for some of these symbols, e.g.
System`Private`AlgebraicNumberQ
Is there any way to do this?
Looking at Names["SystemPrivate*"] gives:
I'd really like to use and look at the code for some of these symbols, e.g.
System`Private`AlgebraicNumberQ
Is there any way to do this?
DownValues. But, withSystem`Private`AlgebraicNumberQit's pretty clear:System`Private`AlgebraicNumberQ[number]. WhennumberisPiorEit returnsFalse(they're transcendental), butSqrt[2]isTrue. – rcollyer Mar 28 '16 at 18:53