> Hi everyone, where it is possible to find the code of each command or > maybe documentation? For example lagrange_polynomial. How can one see the > function code, but documention would be better. Thank you in advance. >
sage: lagrange_polynomial? # should be doc sage: lagrange_polynomial?? # should be code Note that the latter doesn't always work (for instance Python built-ins, or some (all?) Cythonized functions) or so it seems to me. -- 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
