NC.UnsetFp |
Syntax |
NC.UnsetFp() |
Description |
Example |
NC.RingEnv(); Coefficient ring : Q ------------------------------- NC.SetFp(); NC.RingEnv(); Coefficient ring : Fp = Z/(2) ------------------------------- NC.UnsetFp(); NC.RingEnv(); Coefficient ring : Q ------------------------------- |
See Also |