tellrat limitation?



(%i1) tellrat(x^2 - 1/2);
Minimal polynomial must be monic -- an error.  Quitting.  To debug this try
DEBUGMODE(TRUE);

Yeech! x^2 - 1/2 is monic.  Must the polynomial have integer coefficients?

Barton