up previous next
the ring of rationals
This system variable is constant; its value is the field of rationals.
Its name is protected so that it cannot be re-assigned to any other value.
/**/ Use QQ;
/**/ type(5);
INT
/**/ type(RingElem(QQ, 5));
RINGELEM
|