On Mon, Jan 18, 2016 at 9:42 AM, saad khalid <[email protected]> wrote: > Hello! > > I was having a bit of trouble. I was trying to view the documentation for > the exact_rational() command, however nothing I seemed to do worked. I tried > doing "exact_rational()?", "exact_rational?", etc. How exactly can I go > about viewing its documentation? I'm running this in SMC.
Type n.exact_rational?, where n is something with an exact_rational method, e.g., n = 0.1. See this public worksheet: https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2016-01-18-110500-docs-exact-rational.sagews Use ?? for source. > > -Saad > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
